]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r291980,r291981:
authorngie <ngie@FreeBSD.org>
Sun, 13 Dec 2015 04:29:09 +0000 (04:29 +0000)
committerngie <ngie@FreeBSD.org>
Sun, 13 Dec 2015 04:29:09 +0000 (04:29 +0000)
commit8dd9ca5e2a1e7d0875e2dcdf0aaf18b9ca9016dc
tree2da61b4f97ccfbf272320c5f6462a1026d45a269
parent2b74a3bca078e378222bc5b0505d6dcb9f55b559
MFC r291980,r291981:

r291980:

Add missing va_ends for corresponding va_starts to clean up variable arguments
initialized in _test_fmt(..)

Reported by: cppcheck
Sponsored by: EMC / Isilon Storage Division

r291981:

Delete bogus freeing of uninitialized data

Reported by: cppcheck
Sponsored by: EMC / Isilon Storage Division
lib/libc/tests/stdio/getdelim_test.c
lib/libc/tests/stdio/printbasic_test.c
lib/libc/tests/stdio/printfloat_test.c