CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/04/24 14:32:33
Modified files:
usr.sbin/relayd: relayd.c
Log message:
Ensure that string buffers are '\0' terminated when handling them in
the privileged parent.
Again code does not expect strings that are not terminated and by default
nothing sends such strings but lets fix this bug anyway.
Reported by S. Ai, H. Lefeuvre, Systopia team
OK tb@ benno@
