Bug#609382: Incorrect use of memset count/value

2011-01-14 Thread Josip Rodin
fixed #609382 2.1.7+dfsg-1 thanks On Sun, Jan 09, 2011 at 01:36:58PM +1100, Silvio Cesare wrote: > Package: freeradius > Version: 2.0.4+dfsg-6 > Severity: minor > > ./freeradius_2.0.4+dfsg/src/lib/dhcp.c: > memset(vp->vp_octets + 11, 8, 0); > > The 0 should be in the second argument, not the thi

Bug#609382: Incorrect use of memset count/value

2011-01-08 Thread Silvio Cesare
Package: freeradius Version: 2.0.4+dfsg-6 Severity: minor ./freeradius_2.0.4+dfsg/src/lib/dhcp.c: memset(vp->vp_octets + 11, 8, 0); The 0 should be in the second argument, not the third.