checksrc: detect strtok() use
... as that function slipped through once before.
This commit is contained in:
Родитель
8fa20da8e1
Коммит
5871dfcc16
|
@ -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)?)
|
||||
|
|
Загрузка…
Ссылка в новой задаче