An 'undefined' page is any page that has been linked to from within Confluence, but that does not yet exist.
Undefined Page |
Linked From |
CON32-C. When data must be accessed by multiple threads, provide a mutex and guarantee no adjacent data is also accessed
|
CON34-C. Declare objects shared between threads with appropriate storage durations >
Re: CON34-C. Declare objects shared between threads with appropriate storage durations
(SEI CERT C Coding Standard)
POS38-C. Beware of race conditions when using fork and file descriptors >
Re: POS38-C. Beware of race conditions when using fork and file descriptors
(SEI CERT C Coding Standard)
|
DCL30-C. Declare objects with appropriate storage durations
|
Page: Draft Agenda and Minutes January 5, 2011
(CSCG)
Page: Draft Minutes January 5, 2011
(CSCG)
Page: Draft Agenda January 18, 2011
(CSCG)
Page: Draft Minutes January 18, 2011
(CSCG)
|
DCL32-C. Guarantee that mutually visible identifiers are unique)
|
DCL02-C. Use visually distinct identifiers >
Re: DCL02-C. Use visually distinct identifiers
(SEI CERT C Coding Standard)
|
DCL34-C. Use volatile for data that cannot be cached
|
CON01-C. Acquire and release synchronization primitives in the same module, at the same level of abstraction >
Re: CON01-C. Acquire and release synchronization primitives in the same module, at the same level of abstraction
(SEI CERT C Coding Standard)
CON01-C. Acquire and release synchronization primitives in the same module, at the same level of abstraction >
Re: CON01-C. Acquire and release synchronization primitives in the same module, at the same level of abstraction
(CInternalTest)
CON43-C. Do not allow data races in multithreaded code >
Re: CON43-C. Do not allow data races in multithreaded code
(SEI CERT C Coding Standard)
|
DCL39-C. Avoid information leak in structure padding
|
EXP42-C. Do not compare padding data >
Re: EXP42-C. Do not compare padding data
(SEI CERT C Coding Standard)
|
ERR31-C. Don't redefine errno
|
DCL37-C. Do not declare or define a reserved identifier >
Re: DCL37-C. Do not declare or define a reserved identifier
(SEI CERT C Coding Standard)
|
EXP30-C. Do not depend on order of evaluation between sequence points
|
EXP35-C. Do not modify objects with temporary lifetime >
Re: EXP35-C. Do not modify objects with temporary lifetime
(SEI CERT C Coding Standard)
|
EXP31-C. Avoid side effects in assertions
|
PRE31-C. Avoid side effects in arguments to unsafe macros >
Re: PRE31-C. Avoid side effects in arguments to unsafe macros
(CInternalTest)
PRE31-C. Avoid side effects in arguments to unsafe macros >
Re: PRE31-C. Avoid side effects in arguments to unsafe macros
(SEI CERT C Coding Standard)
|
EXP32-C. Do not access a volatile object through a non-volatile reference
|
EXP05-C. Do not cast away a const qualification >
Re: EXP05-C. Do not cast away a const qualification
(SEI CERT C Coding Standard)
|
EXP33-C. Do not reference uninitialized memory
|
DCL31-C. Declare identifiers before using them >
Re: DCL31-C. Declare identifiers before using them
(SEI CERT C Coding Standard)
DCL31-C. Declare identifiers before using them >
Re: DCL31-C. Declare identifiers before using them
(CInternalTest)
|
EXP37-C. Call functions with the arguments intended by the API
|
DCL05-C. Use typedefs of non-pointer types only >
Re: DCL05-C. Use typedefs of non-pointer types only
(SEI CERT C Coding Standard)
|
EXP40-C. Do not modify constant values
|
EXP32-C. Do not access a volatile object through a nonvolatile reference >
Re: EXP32-C. Do not access a volatile object through a nonvolatile reference
(CInternalTest)
EXP05-C. Do not cast away a const qualification >
Re: EXP05-C. Do not cast away a const qualification
(SEI CERT C Coding Standard)
EXP05-C. Do not cast away a const qualification >
Re: EXP05-C. Do not cast away a const qualification
(SEI CERT C Coding Standard)
EXP05-C. Do not cast away a const qualification >
Re: EXP05-C. Do not cast away a const qualification
(SEI CERT C Coding Standard)
EXP32-C. Do not access a volatile object through a nonvolatile reference >
Re: EXP32-C. Do not access a volatile object through a nonvolatile reference
(SEI CERT C Coding Standard)
|
Edited comment, had dropped some parts\
|
Rule 11. Signals (SIG) >
Re: Rule 11. Signals (SIG)
(SEI CERT C Coding Standard)
|
FIO00-C. Take care when creating format strings
|
void FIO33-C. Detect and handle input output errors resulting in undefined behavior >
Re: void FIO33-C. Detect and handle input output errors resulting in undefined behavior
(SEI CERT C Coding Standard)
|
FIO02-C. Canonicalize path names originating from untrusted sources
|
VOID 2010 CWE SANS Top 25 Most Dangerous Programming Errors >
Re: VOID 2010 CWE SANS Top 25 Most Dangerous Programming Errors
(SEI CERT C Coding Standard)
|
e\
|
ENV03-C. Sanitize the environment when invoking external programs >
Re: ENV03-C. Sanitize the environment when invoking external programs
(SEI CERT C Coding Standard)
|
edit\
|
INT13-C. Use bitwise operators only on unsigned operands >
Re: INT13-C. Use bitwise operators only on unsigned operands
(SEI CERT C Coding Standard)
|
even before David's reply\
|
EXP05-C. Do not cast away a const qualification >
Re: EXP05-C. Do not cast away a const qualification
(SEI CERT C Coding Standard)
|
CON32-C. When data must be accessed by multiple threads, provide a mutex and guarantee no adjacent data is also accessed
|
CON34-C. Declare objects shared between threads with appropriate storage durations >
Re: CON34-C. Declare objects shared between threads with appropriate storage durations
(SEI CERT C Coding Standard)
POS38-C. Beware of race conditions when using fork and file descriptors >
Re: POS38-C. Beware of race conditions when using fork and file descriptors
(SEI CERT C Coding Standard)
|
DCL30-C. Declare objects with appropriate storage durations
|
Page: Draft Agenda and Minutes January 5, 2011
(CSCG)
Page: Draft Minutes January 5, 2011
(CSCG)
Page: Draft Agenda January 18, 2011
(CSCG)
Page: Draft Minutes January 18, 2011
(CSCG)
|
DCL32-C. Guarantee that mutually visible identifiers are unique)
|
DCL02-C. Use visually distinct identifiers >
Re: DCL02-C. Use visually distinct identifiers
(SEI CERT C Coding Standard)
|
DCL34-C. Use volatile for data that cannot be cached
|
CON01-C. Acquire and release synchronization primitives in the same module, at the same level of abstraction >
Re: CON01-C. Acquire and release synchronization primitives in the same module, at the same level of abstraction
(SEI CERT C Coding Standard)
CON01-C. Acquire and release synchronization primitives in the same module, at the same level of abstraction >
Re: CON01-C. Acquire and release synchronization primitives in the same module, at the same level of abstraction
(CInternalTest)
CON43-C. Do not allow data races in multithreaded code >
Re: CON43-C. Do not allow data races in multithreaded code
(SEI CERT C Coding Standard)
|
DCL39-C. Avoid information leak in structure padding
|
EXP42-C. Do not compare padding data >
Re: EXP42-C. Do not compare padding data
(SEI CERT C Coding Standard)
|
ERR31-C. Don't redefine errno
|
DCL37-C. Do not declare or define a reserved identifier >
Re: DCL37-C. Do not declare or define a reserved identifier
(SEI CERT C Coding Standard)
|
EXP30-C. Do not depend on order of evaluation between sequence points
|
EXP35-C. Do not modify objects with temporary lifetime >
Re: EXP35-C. Do not modify objects with temporary lifetime
(SEI CERT C Coding Standard)
|
EXP31-C. Avoid side effects in assertions
|
PRE31-C. Avoid side effects in arguments to unsafe macros >
Re: PRE31-C. Avoid side effects in arguments to unsafe macros
(CInternalTest)
PRE31-C. Avoid side effects in arguments to unsafe macros >
Re: PRE31-C. Avoid side effects in arguments to unsafe macros
(SEI CERT C Coding Standard)
|
EXP32-C. Do not access a volatile object through a non-volatile reference
|
EXP05-C. Do not cast away a const qualification >
Re: EXP05-C. Do not cast away a const qualification
(SEI CERT C Coding Standard)
|
EXP33-C. Do not reference uninitialized memory
|
DCL31-C. Declare identifiers before using them >
Re: DCL31-C. Declare identifiers before using them
(SEI CERT C Coding Standard)
DCL31-C. Declare identifiers before using them >
Re: DCL31-C. Declare identifiers before using them
(CInternalTest)
|
EXP37-C. Call functions with the arguments intended by the API
|
DCL05-C. Use typedefs of non-pointer types only >
Re: DCL05-C. Use typedefs of non-pointer types only
(SEI CERT C Coding Standard)
|
EXP40-C. Do not modify constant values
|
EXP32-C. Do not access a volatile object through a nonvolatile reference >
Re: EXP32-C. Do not access a volatile object through a nonvolatile reference
(CInternalTest)
EXP05-C. Do not cast away a const qualification >
Re: EXP05-C. Do not cast away a const qualification
(SEI CERT C Coding Standard)
EXP05-C. Do not cast away a const qualification >
Re: EXP05-C. Do not cast away a const qualification
(SEI CERT C Coding Standard)
EXP05-C. Do not cast away a const qualification >
Re: EXP05-C. Do not cast away a const qualification
(SEI CERT C Coding Standard)
EXP32-C. Do not access a volatile object through a nonvolatile reference >
Re: EXP32-C. Do not access a volatile object through a nonvolatile reference
(SEI CERT C Coding Standard)
|