Re: bgpd, use right buffer in strlcpy

2023-07-20 Thread Theo Buehler
On Thu, Jul 20, 2023 at 12:54:33PM +0200, Claudio Jeker wrote: > Use the destination for the buffer len not the source. ok > > -- > :wq Claudio > > Index: control.c > === > RCS file: /cvs/src/usr.sbin/bgpd/control.c,v > retrieving

bgpd, use right buffer in strlcpy

2023-07-20 Thread Claudio Jeker
Use the destination for the buffer len not the source. -- :wq Claudio Index: control.c === RCS file: /cvs/src/usr.sbin/bgpd/control.c,v retrieving revision 1.110 diff -u -p -r1.110 control.c --- control.c 20 Apr 2023 12:53:27 -000