Re: KAME IPsec spd_delete2 bug ...

2008-02-26 Thread Matthew Grooms
Bjoern A. Zeeb wrote: On Thu, 14 Feb 2008, Matthew Grooms wrote: Hi, There is a bug in /usr/src/sys/netipsec/key.c in FreeBSD KAME IPsec sources. netipsec/ is not KAME IPsec. Right, my mistake. FAST IPsec then. If an spd_delete2 message is submitted for an invalid policy id, the kernel

Re: KAME IPsec spd_delete2 bug ...

2008-02-17 Thread Bjoern A. Zeeb
On Thu, 14 Feb 2008, Matthew Grooms wrote: Hi, There is a bug in /usr/src/sys/netipsec/key.c in FreeBSD KAME IPsec sources. netipsec/ is not KAME IPsec. If an spd_delete2 message is submitted for an invalid policy id, the kernel crashes. Can someone please commit this trivial patch? I'm afr

KAME IPsec spd_delete2 bug ...

2008-02-14 Thread Matthew Grooms
All, There is a bug in /usr/src/sys/netipsec/key.c in FreeBSD KAME IPsec sources. If an spd_delete2 message is submitted for an invalid policy id, the kernel crashes. Can someone please commit this trivial patch? I'm afraid its against 6.2 sources but its also only one line. Thanks, -Matthe