]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Accomodate coverity in tls_cache_session_ticket_app_data_get() (CID #1503904) (#4604)
authorJames Jones <jejones3141@gmail.com>
Sat, 9 Jul 2022 00:31:06 +0000 (19:31 -0500)
committerGitHub <noreply@github.com>
Sat, 9 Jul 2022 00:31:06 +0000 (07:31 +0700)
commitc7fe2ed01d00841c50c6e4cc856f2633cf656ef8
treeb656eef8fbb3b7b5b02b6abc1f40ed66881a0786
parent2d78e38dcd1744906ecbf587a53392f6e9b64f85
Accomodate coverity in tls_cache_session_ticket_app_data_get() (CID #1503904) (#4604)

Make the default appear for coverity as well as for clang static
analysis, for the same reason: otherwise, an unexpected status
could pass a NULL request to tls_cache_app_data_get().
src/lib/tls/cache.c