Re: [PATCH RFC ipsec] xfrm: Fix crash when the hold queue is used.

2020-07-23 Thread Steffen Klassert
On Fri, Jul 17, 2020 at 10:34:27AM +0200, Steffen Klassert wrote: > The commits "xfrm: Move dst->path into struct xfrm_dst" > and "net: Create and use new helper xfrm_dst_child()." > changed xfrm bundle handling under the assumption > that xdst->path and dst->child are not a NULL pointer > only if

[PATCH RFC ipsec] xfrm: Fix crash when the hold queue is used.

2020-07-17 Thread Steffen Klassert
The commits "xfrm: Move dst->path into struct xfrm_dst" and "net: Create and use new helper xfrm_dst_child()." changed xfrm bundle handling under the assumption that xdst->path and dst->child are not a NULL pointer only if dst->xfrm is not a NULL pointer. That is true with one exception. If the xfr