Displaying test cases 425376 - 425400 of 426654 in total
-
Pointer is not initialized prior assigning an integer value to its location.
-
Memory allocated via malloc() is not freed nor is its pointer returned in by the function.
-
Memory allocated via malloc() is not freed, nor is pointer returned from function.
-
Interprocedurally allocated memory is not freed in function.
-
Allocated memory is freed nor returned in function call.
-
Memory pointer is returned in function return value, and therefore can be freed at another point in the program.
-
No memory leak because of proper use of the delete() function.
-
Pointer is set to 0, but memory is not freed in function.
-
Integer pointer is assigned value beyond current buffer, using sizeof () function without brackets.
-
Integer pointer is assigned a value beyond current buffer.
-
Integer pointer is assigned address below current buffer.
-
Integer pointer is assigned an address value beyond current buffer.
-
An integer pointer is assigned an address value below the current buffer address.
-
An integer value is incorreclly assigned using a memory address that will overread the buffer containing an integer array.
-
Memory allocated via new() constructor is deallocated via delete() call.
-
Attempted free of unallocated memory, with control flow.
-
Attempt to free memory which has not been allocated.
-
Attempted free of memory which has not been allocated.
-
Pointer to allocated memory is not returned in function foo2(), and memory cannot be subsequently freed.
-
Unprotected string copy, unlocked shared resource, off-by-one. PLOVER: BUFF.OVER, RACE, NUM.OBO
-
Unprotected string copy, unlocked shared resource. PLOVER: BUFF.OVER, RACE
-
Unprotected string copy, unlocked shared resource. PLOVER: BUFF.OVER, RACE
-
Unprotected string copy, unlocked shared resource. PLOVER: BUFF.OVER, RACE, NUM.OBO
-
Unprotected string copy, unlocked shared resource. PLOVER: BUFF.OVER, RACE
-
Unprotected string copy, unlocked shared resource. PLOVER: RACE, BUFF.OVER