Re: [RFC XFRM]: esp: fix scatterlist of out bounds access with crypto_eseqiv

2008-04-28 Thread Patrick McHardy
Herbert Xu wrote: Hi Patrick: On Mon, Apr 28, 2008 at 08:55:21PM +0200, Patrick McHardy wrote: I ran into occasional BUGs in scatterlist.h, which turned out the be caused by accessing an uninitialized scatterlist entry from eseqiv. I'm not sure whether this patch is correct since I'm seeing inv

Re: [RFC XFRM]: esp: fix scatterlist of out bounds access with crypto_eseqiv

2008-04-28 Thread Herbert Xu
Hi Patrick: On Mon, Apr 28, 2008 at 08:55:21PM +0200, Patrick McHardy wrote: > I ran into occasional BUGs in scatterlist.h, which turned > out the be caused by accessing an uninitialized scatterlist > entry from eseqiv. I'm not sure whether this patch is correct > since I'm seeing invalid packets

[RFC XFRM]: esp: fix scatterlist of out bounds access with crypto_eseqiv

2008-04-28 Thread Patrick McHardy
I ran into occasional BUGs in scatterlist.h, which turned out the be caused by accessing an uninitialized scatterlist entry from eseqiv. I'm not sure whether this patch is correct since I'm seeing invalid packets with and without this patch (probably related to HIFN though) and I don't understand