Re: [PATCH] Fix segmentation fault in ping(8)

2015-08-09 Thread Nayden Markatchev
OK nayden@ On 5 Aug 2015 3:42 pm, "Theo de Raadt" wrote: > > You can reproduce with ping -s 0 host (it crashes if the packet size > > is less than 24). > > > > === > > RCS file: /cvs/src/sbin/ping/ping.c,v > > retrieving revision 1.1

Re: [PATCH] Fix segmentation fault in ping(8)

2015-08-05 Thread Theo de Raadt
> You can reproduce with ping -s 0 host (it crashes if the packet size > is less than 24). > > === > RCS file: /cvs/src/sbin/ping/ping.c,v > retrieving revision 1.123 > diff -u -p -r1.123 ping.c > --- ping.c2 May 2015 18:03:37 -00

[PATCH] Fix segmentation fault in ping(8)

2015-08-05 Thread Dimitris Papastamos
Hi, You can reproduce with ping -s 0 host (it crashes if the packet size is less than 24). === RCS file: /cvs/src/sbin/ping/ping.c,v retrieving revision 1.123 diff -u -p -r1.123 ping.c --- ping.c 2 May 2015 18:03:37 -