mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:23:39 +03:00
checksrc: reduce exceptions, apply again to curlx
- tests/libtest: move exception to `stub_gssapi.h`. - tests/libtest: move remaining exception to `testtrace.c`. - tests/server: drop obsolete exception. - docs/examples: move `BANNEDFUNC` exceptions to local files (3 lines). - docs/examples: move `ERRNOVAR` exception to `ephiperfifo.c`. - docs/examples: drop `typedef struct` (8 files). - lib/curlx: add `.checksrc` with banned funcs copied from lib. - checksrc: ban `strncpy`, `strtok_r`, `strtoul` by default. Drop local bans. Add exception for `strtoul` to `tests/server'. - lib, src: sync banned funcs. Also: - REUSE: drop `stunnel.pem`, it no longer exists. - docs/examples: formatting. - docs/examples: simplify some `sizeof()`s. Closes #17764
This commit is contained in:
parent
081e78b023
commit
f9656445ba
27 changed files with 210 additions and 207 deletions
|
|
@ -1,5 +1,5 @@
|
|||
enable STDERR
|
||||
banfunc strncpy
|
||||
banfunc snprintf
|
||||
banfunc sscanf
|
||||
banfunc strtol
|
||||
banfunc strtoul
|
||||
banfunc vsnprint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue