DescriptionDetecting and fixing stringprintf.h format bugs
The print functions in stringprintf.h were not annotated for /analyze so
13 Windows specific format-string bugs accumulated. This annotates the
functions so that the /analyze builder will find the problems and fixes
the bugs.
R=thestig@chromium.org,wfh@chromium.org,jam@chromium.org
Skipping wstring presubmit checks - no new wstring usage is added
NOPRESUBMIT=true
BUG=427616
Committed: https://crrev.com/5604a11d546e02859db5dc75af72ce27bc14c158
Cr-Commit-Position: refs/heads/master@{#352659}
Patch Set 1 #Patch Set 2 : Fixed four mismatches that I missed #
Total comments: 10
Patch Set 3 : Code review changes #Patch Set 4 : Restoring lost change #Patch Set 5 : Fixing one more bug #
Total comments: 1
Patch Set 6 : Comment to demonstrate usage of PRIsFP #Patch Set 7 : Moving PRIsFP #Patch Set 8 : Separate #if defined blocks. #
Messages
Total messages: 38 (9 generated)
|