Use memset() and memcpy() instead of bzero() or bcopy().
authorclaudio <claudio@openbsd.org>
Thu, 25 Aug 2022 16:49:18 +0000 (16:49 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 25 Aug 2022 16:49:18 +0000 (16:49 +0000)
commite479af8fa4f6cc7278dd6555d8733e04e4b415bd
tree51f03fdbd0e0c6e1ed1f01e341c8014badf0a875
parented47c0246d1aa2aac15581bda21a7cce0d0a6cdf
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@
usr.sbin/bgplgd/qs.c
usr.sbin/bgplgd/slowcgi.c