Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openvswitch: Fix helper reference leak
If the actions (re)allocation fails, or the actions list is larger than the maximum size, and the conntrack action is the last action when these problems are hit, then references to helper modules may be leaked. Fix the issue. Fixes: cae3a26 ("openvswitch: Allow attaching helpers to ct action") Signed-off-by: Joe Stringer <[email protected]> Acked-by: Pravin B Shelar <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information