Title: Axivion Bauhaus Suite_V  
Author: Aleksandr Karbyshev Oct 29, 2018
Last Changed by: Aleksandr Karbyshev Jun 11, 2021
Tiny Link: (useful for email) https://wiki.sei.cmu.edu/confluence/x/GYEKC
Export As: Word · PDF  
Incoming Links
SEI CERT C++ Coding Standard (38)
    Page: Axivion Bauhaus Suite
    Page: OOP50-CPP. Do not invoke virtual functions from constructors or destructors
    Page: MEM51-CPP. Properly deallocate dynamically allocated resources
    Page: ERR62-CPP. Detect errors when converting a string to a number
    Page: MSC53-CPP. Do not return from a function declared [[noreturn]]
    Page: ERR54-CPP. Catch handlers should order their parameter types from most derived to least derived
    Page: CON52-CPP. Prevent data races when accessing bit-fields from multiple threads
    Page: ERR58-CPP. Handle all exceptions thrown before main() begins executing
    Page: ERR52-CPP. Do not use setjmp() or longjmp()
    Page: ERR55-CPP. Honor exception specifications
    Page: OOP52-CPP. Do not delete a polymorphic object without a virtual destructor
    Page: DCL52-CPP. Never qualify a reference type with const or volatile
    Page: ERR53-CPP. Do not reference base classes or class data members in a constructor or destructor function-try-block handler
    Page: EXP50-CPP. Do not depend on the order of evaluation for side effects
    Page: EXP59-CPP. Use offsetof() on valid types and members
    Page: ERR51-CPP. Handle all exceptions
    Page: OOP55-CPP. Do not use pointer-to-member operators to access nonexistent members
    Page: INT50-CPP. Do not cast to an out-of-range enumeration value
    Page: DCL55-CPP. Avoid information leakage when passing a class object across a trust boundary
    Page: EXP52-CPP. Do not rely on side effects in unevaluated operands
    Page: MEM50-CPP. Do not access freed memory
    Page: DCL60-CPP. Obey the one-definition rule
    Page: MEM54-CPP. Provide placement new with properly aligned pointers to sufficient storage capacity
    Page: DCL57-CPP. Do not let exceptions escape from destructors or deallocation functions
    Page: DCL54-CPP. Overload allocation and deallocation functions as a pair in the same scope
    Page: CTR56-CPP. Do not use pointer arithmetic on polymorphic objects
    Page: DCL50-CPP. Do not define a C-style variadic function
    Page: EXP55-CPP. Do not access a cv-qualified object through a cv-unqualified type
    Page: MEM56-CPP. Do not store an already-owned pointer value in an unrelated smart pointer
    Page: MSC51-CPP. Ensure your random number generator is properly seeded
    Page: DCL59-CPP. Do not define an unnamed namespace in a header file
    Page: OOP53-CPP. Write constructor member initializers in the canonical order
    Page: FIO50-CPP. Do not alternately input and output from a file stream without an intervening positioning call
    Page: MSC50-CPP. Do not use std::rand() for generating pseudorandom numbers
    Page: DCL51-CPP. Do not declare or define a reserved identifier
    Page: DCL58-CPP. Do not modify the standard namespaces
    Page: ERR61-CPP. Catch exceptions by lvalue reference
    Page: MSC52-CPP. Value-returning functions must return a value from all exit paths
SEI CERT C Coding Standard (1)
    Page: INT30-C. Ensure that unsigned integer operations do not wrap
Hierarchy
Parent Page
    Page: CC. Analyzers
Labels
There are no labels assigned to this page.