Files
bind9/lib/dns
Mark Andrews b8b99603f1 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.
2022-03-01 23:36:00 +00:00
..
2022-01-25 08:21:50 +00:00
2022-02-16 10:49:48 +01:00
2022-02-25 20:57:08 -08:00