Back to the previous page
| Test Case ID | 149237 |
| Bad / Good / Mixed | Bad |
| Author | SecureSoftware, Alexander Hoole, Aurelien Delaitre |
| Associations | Good pair: 149238 Replacing: 149043 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 Format_string_problem-bad Format_string_problem-bad.c |
| Submission date | 2015-06-19 |
| Description | Format string problems occur when a user has the ability to control or write completely the format string used to format data in the printf style family of C/C++ functions (flawed). |
| File(s) |
|
| Flaw |
There are no comments
Have any comments on this test case? Please,
.
File Contains:
CWE-134: Uncontrolled Format String on line(s): 29
CWE-134: Uncontrolled Format String on line(s): 29

