Back to the previous page
| Test Case ID | 149223 |
| Bad / Good / Mixed | Bad |
| Author | NIST, Romain Gaucher, Alexander Hoole, Aurelien Delaitre |
| Associations | Good pair: 149224 Replacing: 2202 Test suite: 100 |
| Added by | Charles Oliveira |
| Language | C |
| Type of test case | Source Code |
| Input string | |
| Expected Output | |
| Instructions | gcc -Wall -g -O0 -std=gnu99 -o use_after_free_container-bad use_after_free_container-bad.c |
| Submission date | 2015-03-23 |
| Description | The test case shows a use of an allocated memory after being freed with a string which is in a structure. |
| File(s) |
|
| Flaw |
There are no comments
Have any comments on this test case? Please,
.
File Contains:
CWE-416: Use After Free on line(s): 38
CWE-416: Use After Free on line(s): 38

