don't check format args on taint_proper
authorDavid Mitchell <davem@iabyn.com>
Sun, 1 Dec 2013 11:16:52 +0000 (11:16 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sun, 1 Dec 2013 11:16:52 +0000 (11:16 +0000)
commit6fd0695329cb6bc38ec08ec9687424589587902b
tree2b1ecb492c07193052513f220d9c2efd48c3bf5f
parentc6865d2cad76caa20c247a9893c35afa8ba29124
don't check format args on taint_proper

My recent commit 5d37acd6b65eb enabled (among other things)
format-arg checking of taint_proper(). This was not a good idea since
taint_proper() adds extra args before it actually calls a printf-style
function. This was masked since on some gcc systems, a NULLOK format arg
disables this check.
embed.fnc
proto.h
taint.c