]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Annotate false positive alloc_strlen issues (CIDs listed below) (#4648)
authorJames Jones <jejones3141@gmail.com>
Thu, 4 Aug 2022 15:44:52 +0000 (10:44 -0500)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 15:44:52 +0000 (11:44 -0400)
commit6d4cfda59a91897bd7a648e1ceeb5e8dfed26099
tree96e64fb81fa02dcea64b26fc3603005a90e2cd49
parent5b5cc41666274fecf6df25282ab494f4e51e7c36
Annotate false positive alloc_strlen issues (CIDs listed below) (#4648)

15039221503986
         Honest, you don't want the NUL terminator in the
         FILE open_buffer_as_file() (or more accurately,
         fmemopen()) creates.
1503983
         curl_escape() call; if you pass 0 for length, the
         function itself will call strlen() to determine length.
src/lib/util/pair_legacy_tests.c
src/modules/rlm_rest/rest.c