bind9/lib
Mark Andrews a247d282bf Use unsigned arithmetic when shifting by 24
By default C promotes short unsigned values to signed int which
leads to undefined behaviour when the value is shifted by too much.
Force unsigned arithmetic to be perform by explicitly casting to a
unsigned type.

(cherry picked from commit b8b99603f1)
2022-03-02 11:06:53 +11:00
..
bind9 Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
dns Use unsigned arithmetic when shifting by 24 2022-03-02 11:06:53 +11:00
irs Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
isc Handle TCP sockets in isc__nmsocket_reset() 2022-02-28 11:44:47 +01:00
isccc Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
isccfg Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
ns Fix more ns_statscounter_recursclients underflows 2022-02-23 14:45:06 +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