Ondřej Surý
29caa6d1f0
Explicitly cast chars to unsigned chars for <ctype.h> functions
...
Apply the semantic patch to catch all the places where we pass 'char' to
the <ctype.h> family of functions (isalpha() and friends, toupper(),
tolower()).
2023-09-22 08:29:17 +02:00
Tony Finch
c622b349e4
Apply the SET_IF_NOT_NULL() semantic patch
...
spatch --sp-file cocci/set_if_not_null.spatch --use-gitgrep --dir "." --include-headers --in-place
2023-08-15 12:21:41 +02:00
Mark Andrews
6cf8a532d4
Atomically increase rrn in add_other_data
...
'rrn' needs to be treated atomically as it updated from multiple threads.
2023-04-11 10:44:36 +10:00
Mark Andrews
b8b6b10ad2
clean up library
...
address style issues, unfreed memory, etc.
2023-03-28 18:41:17 -07:00
Evan Hunt
bed8f85ff2
import libdummyrpz test library for DNSRPS
...
libdummyrpz is a limited version of the fastrpz library for use in
testing the dnsrps API.
2023-03-28 15:44:31 -07:00