CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/04 07:42:37
Modified files:
usr.sbin/bgpd : logmsg.c
Log message:
Handle len = 0 in tohex explicitly to avoid a out of bound write.
While never called with len = 0 better check for this and avoid the
'\0' write to out[-1].
Fixes CID 492344
OK tb@
