Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xfrm: check for a vaild skb in xfrm_policy_queue_process
We might dreference a NULL pointer if the hold_queue is empty, so add a check to avoid this. Bug was introduced with git commit a0073fe ("xfrm: Add a state resolution packet queue") Signed-off-by: Steffen Klassert <[email protected]>
- Loading branch information