CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/20 03:54:57
Modified files:
usr.sbin/relayd: check_tcp.c
Log message:
Replace a ibuf_reserve() dance to add a NUL byte with ibuf_add_zero(buf, 1).
Same thing but far less nasty.
OK tb@
