An 'undefined' page is any page that has been linked to from within Confluence, but that does not yet exist.
Undefined Page |
Linked From |
INT17-C. Do not make assumptions about representation of signed integers
|
Page: VOID INT20-C. Use the type ptrdiff_t when storing the difference of two pointers
(CInternalTest2)
|
INT35-C. Evaluate integer expressions in a larger size before comparing or assigning to that size
|
INT30-C. Ensure that unsigned integer operations do not wrap >
Re: INT30-C. Ensure that unsigned integer operations do not wrap
(SEI CERT C Coding Standard)
|
INT36-C. Do not perform bitwise and arithmetic operations on the same variable
|
INT14-C. Avoid performing bitwise and arithmetic operations on the same data >
Re: INT14-C. Avoid performing bitwise and arithmetic operations on the same data
(SEI CERT C Coding Standard)
|
INTBUFSIZE\
|
EXP08-C. Ensure pointer arithmetic is used correctly >
Re: EXP08-C. Ensure pointer arithmetic is used correctly
(SEI CERT C Coding Standard)
|
MEM12-C. Consider using a Goto-Chain when leaving a function on error when using and releasing resources
|
Rule 48. Miscellaneous (MSC) >
Re: Rule 48. Miscellaneous (MSC)
(SEI CERT C Coding Standard)
|
MEM31-C. Free dynamically allocated memory exactly once
|
VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors >
Re: VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors
(SEI CERT C Coding Standard)
VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors >
Re: VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors
(SEI CERT C Coding Standard)
VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors >
Re: VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors
(CInternalTest)
|
MEM32-C. Detect and handle memory allocation errors
|
VOID Ensure that a mutex is locked successfully before calling pthread_cond_wait() >
Re: VOID Ensure that a mutex is locked successfully before calling pthread_cond_wait()
(CInternalTest)
MEM11-C. Do not assume infinite heap space >
Re: MEM11-C. Do not assume infinite heap space
(CInternalTest)
MEM11-C. Do not assume infinite heap space >
Re: MEM11-C. Do not assume infinite heap space
(SEI CERT C Coding Standard)
VOID Ensure that a mutex is locked successfully before calling pthread_cond_wait() >
Re: VOID Ensure that a mutex is locked successfully before calling pthread_cond_wait()
(SEI CERT C Coding Standard)
|
MEM35-C.+Allocate+sufficient+memory+for+an+object
|
void STR33-C. Size wide character strings correctly >
Re: void STR33-C. Size wide character strings correctly
(SEI CERT C Coding Standard)
|
MET04-J. When defining subclasses, explicitly call the superclass constructor first
|
VOID Specify a default constructor that initializes each data member to a known safe state. >
Re: VOID Specify a default constructor that initializes each data member to a known safe state.
(SEI CERT C Coding Standard)
|
MSC02-C. Avoid errors of omission
|
API04-C. Provide a consistent and usable error-checking mechanism >
Re: API04-C. Provide a consistent and usable error-checking mechanism
(SEI CERT C Coding Standard)
API04-C. Provide a consistent and usable error-checking mechanism >
Re: API04-C. Provide a consistent and usable error-checking mechanism
(CInternalTest)
|
MSC06-C. Be aware of compiler optimization when dealing with sensitive data
|
MSC18-C. Be careful while handling sensitive data, such as passwords, in program code >
Re: MSC18-C. Be careful while handling sensitive data, such as passwords, in program code
(CInternalTest)
MSC18-C. Be careful while handling sensitive data, such as passwords, in program code >
Re: MSC18-C. Be careful while handling sensitive data, such as passwords, in program code
(SEI CERT C Coding Standard)
MEM03-C. Clear sensitive information stored in reusable resources >
Re: MEM03-C. Clear sensitive information stored in reusable resources
(SEI CERT C Coding Standard)
|
MSC12-C. Detect and remove code that has no effect
|
SIG01-C. Understand implementation-specific details regarding signal handler persistence >
Re: SIG01-C. Understand implementation-specific details regarding signal handler persistence
(SEI CERT C Coding Standard)
|
MSC21-C. Use inequality to terminate a for loop
|
Page: VOID Beware of infinite loops
(CInternalTest)
Page: VOID Beware of infinite loops
(SEI CERT C Coding Standard)
Page: VOID Beware of infinite loops
(CInternalTest2)
|
MSC34-C. Do not use deprecated or obsolescent functions
|
VOID STR35-C. Do not copy data from an unbounded source to a fixed-length array >
Re: VOID STR35-C. Do not copy data from an unbounded source to a fixed-length array
(SEI CERT C Coding Standard)
|
MSC34-C. Do not use deprecated or obsolete functions
|
MSC33-C. Do not pass invalid data to the asctime() function >
Re: MSC33-C. Do not pass invalid data to the asctime() function
(SEI CERT C Coding Standard)
|
Open Group 04
|
void SIG33-C. Do not recursively invoke the raise() function >
Re: void SIG33-C. Do not recursively invoke the raise() function
(SEI CERT C Coding Standard)
|
Open Group 04\
|
void SIG33-C. Do not recursively invoke the raise() function >
Re: void SIG33-C. Do not recursively invoke the raise() function
(SEI CERT C Coding Standard)
|
intro.multithread\
|
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)
|
n\
|
ENV30-C. Do not modify the object referenced by the return value of certain functions >
Re: ENV30-C. Do not modify the object referenced by the return value of certain functions
(SEI CERT C Coding Standard)
|
nelements\
|
Rule 08. Memory Management (MEM) >
Re: Rule 08. Memory Management (MEM)
(SEI CERT C Coding Standard)
|
INT17-C. Do not make assumptions about representation of signed integers
|
Page: VOID INT20-C. Use the type ptrdiff_t when storing the difference of two pointers
(CInternalTest2)
|
INT35-C. Evaluate integer expressions in a larger size before comparing or assigning to that size
|
INT30-C. Ensure that unsigned integer operations do not wrap >
Re: INT30-C. Ensure that unsigned integer operations do not wrap
(SEI CERT C Coding Standard)
|
INT36-C. Do not perform bitwise and arithmetic operations on the same variable
|
INT14-C. Avoid performing bitwise and arithmetic operations on the same data >
Re: INT14-C. Avoid performing bitwise and arithmetic operations on the same data
(SEI CERT C Coding Standard)
|
INTBUFSIZE\
|
EXP08-C. Ensure pointer arithmetic is used correctly >
Re: EXP08-C. Ensure pointer arithmetic is used correctly
(SEI CERT C Coding Standard)
|
MEM12-C. Consider using a Goto-Chain when leaving a function on error when using and releasing resources
|
Rule 48. Miscellaneous (MSC) >
Re: Rule 48. Miscellaneous (MSC)
(SEI CERT C Coding Standard)
|
MEM31-C. Free dynamically allocated memory exactly once
|
VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors >
Re: VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors
(SEI CERT C Coding Standard)
VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors >
Re: VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors
(SEI CERT C Coding Standard)
VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors >
Re: VOID 2009 CWE SANS Top 25 Most Dangerous Programming Errors
(CInternalTest)
|
MEM32-C. Detect and handle memory allocation errors
|
VOID Ensure that a mutex is locked successfully before calling pthread_cond_wait() >
Re: VOID Ensure that a mutex is locked successfully before calling pthread_cond_wait()
(CInternalTest)
MEM11-C. Do not assume infinite heap space >
Re: MEM11-C. Do not assume infinite heap space
(CInternalTest)
MEM11-C. Do not assume infinite heap space >
Re: MEM11-C. Do not assume infinite heap space
(SEI CERT C Coding Standard)
VOID Ensure that a mutex is locked successfully before calling pthread_cond_wait() >
Re: VOID Ensure that a mutex is locked successfully before calling pthread_cond_wait()
(SEI CERT C Coding Standard)
|
MEM35-C.+Allocate+sufficient+memory+for+an+object
|
void STR33-C. Size wide character strings correctly >
Re: void STR33-C. Size wide character strings correctly
(SEI CERT C Coding Standard)
|
MET04-J. When defining subclasses, explicitly call the superclass constructor first
|
VOID Specify a default constructor that initializes each data member to a known safe state. >
Re: VOID Specify a default constructor that initializes each data member to a known safe state.
(SEI CERT C Coding Standard)
|
MSC02-C. Avoid errors of omission
|
API04-C. Provide a consistent and usable error-checking mechanism >
Re: API04-C. Provide a consistent and usable error-checking mechanism
(SEI CERT C Coding Standard)
API04-C. Provide a consistent and usable error-checking mechanism >
Re: API04-C. Provide a consistent and usable error-checking mechanism
(CInternalTest)
|