bind9/lib
Mark Andrews 2a9300a3bc Don't perform arithmetic on NULL pointers
When node is NULL when calling getparent() et al. they return NULL
but performing arithmetic on the NULL pointer is undefined.  Check
if 'node' or 'header' is NULL and skip the adjustment.
2023-01-10 17:45:51 +11:00
..
bind9 Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
dns Don't perform arithmetic on NULL pointers 2023-01-10 17:45:51 +11:00
irs Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
isc Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
isccc Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
isccfg Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
ns Check for NULL before dereferencing qctx->rpz_st 2023-01-09 13:57:44 +01:00
win32/bindevt Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00