curl/tests/libtest/.checksrc
Daniel Stenberg c2ac9ea1ee
checksrc: ban use of sscanf()
Using sscanf() is not a (security) problem in itself, but we strongly
discorage using it for parsing input since it is hard to use right, easy
to mess up and often makes for sloppy error checking.

Allow it in examples and tests

Closes #15687
2024-12-13 09:43:05 +01:00

4 lines
56 B
Plaintext

disable TYPEDEFSTRUCT
disable BANNEDFUNC
disable SSCANF