CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/25 10:49:18
Modified files:
usr.sbin/bgplgd: qs.c slowcgi.c
Log message:
Use memset() and memcpy() instead of bzero() or bcopy().
In one case use memmove() since the operation is done on the same memory
buffer and may overlap.
OK tb@
