Re: [PATCH ipsec] xfrm: fix a NULL-ptr deref in xfrm_local_error

2020-05-29 Thread Steffen Klassert
On Tue, May 26, 2020 at 05:41:46PM +0800, Xin Long wrote: > This patch is to fix a crash: > > [ ] kasan: GPF could be caused by NULL-ptr deref or user memory access > [ ] general protection fault: [#1] SMP KASAN PTI > [ ] RIP: 0010:ipv6_local_error+0xac/0x7a0 > [ ] Call Trace: > [ ]

[PATCH ipsec] xfrm: fix a NULL-ptr deref in xfrm_local_error

2020-05-26 Thread Xin Long
This patch is to fix a crash: [ ] kasan: GPF could be caused by NULL-ptr deref or user memory access [ ] general protection fault: [#1] SMP KASAN PTI [ ] RIP: 0010:ipv6_local_error+0xac/0x7a0 [ ] Call Trace: [ ] xfrm6_local_error+0x1eb/0x300 [ ] xfrm_local_error+0x95/0x130 [ ]