]> git.ipfire.org Git - thirdparty/kea.git/commit
[#3323] typed enums to appease ubsan
authorAndrei Pavel <andrei@isc.org>
Thu, 20 Jun 2024 10:27:54 +0000 (13:27 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 20 Jun 2024 16:32:20 +0000 (19:32 +0300)
commitc61324b545e69c6fd61f738aba121128c736bebf
treec42ec4bea97d5c9d051b9e94bde10826366ffc3d
parent6b988f8cc8bff55c4f5c5765b882a6a251eac6e4
[#3323] typed enums to appease ubsan

example of UBSan error: runtime error: load of value 65536, which is not a valid value for type 'const HeaderFlag'
src/lib/cc/data.h
src/lib/dns/message.h
src/lib/eval/token.h