From: Daniel Stenberg Date: Wed, 7 Sep 2016 07:26:00 +0000 (+0200) Subject: checksrc: detect strtok() use X-Git-Tag: curl-7_50_3~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5871dfcc16e07be462a3e090994abc6f82b65f01;p=thirdparty%2Fcurl.git checksrc: detect strtok() use ... as that function slipped through once before. --- diff --git a/lib/checksrc.pl b/lib/checksrc.pl index f31083a635..83c38b2394 100755 --- a/lib/checksrc.pl +++ b/lib/checksrc.pl @@ -423,6 +423,7 @@ sub scanfile { # scan for use of banned functions if($l =~ /^(.*\W) (gets| + strtok| v?sprintf| (str|_mbs|_tcs|_wcs)n?cat| LoadLibrary(Ex)?(A|W)?)