Files
bind9/lib/dns
Mark Andrews c5519265df 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:39 +11:00
..
2022-02-16 11:07:04 +01:00
2022-01-26 12:08:01 +00:00
2022-02-16 11:07:04 +01:00