diff options
author | Flavio Leitner <fbl@redhat.com> | 2018-09-28 20:55:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-02 09:20:13 +0300 |
commit | 7f6d6558ae44bc193eb28df3617c364d3bb6df39 (patch) | |
tree | fcac3e43c9e2cb403ab9b9c1ec722430ae764178 /crypto/dh.c | |
parent | 92d7c74b6f72a8a7d04970d5dcfb99673daaf91d (diff) | |
download | linux-7f6d6558ae44bc193eb28df3617c364d3bb6df39.tar.xz |
Revert "openvswitch: Fix template leak in error cases."
This reverts commit 90c7afc96cbbd77f44094b5b651261968e97de67.
When the commit was merged, the code used nf_ct_put() to free
the entry, but later on commit 76644232e612 ("openvswitch: Free
tmpl with tmpl_free.") replaced that with nf_ct_tmpl_free which
is a more appropriate. Now the original problem is removed.
Then 44d6e2f27328 ("net: Replace NF_CT_ASSERT() with WARN_ON().")
replaced a debug assert with a WARN_ON() which is trigged now.
Signed-off-by: Flavio Leitner <fbl@redhat.com>
Acked-by: Joe Stringer <joe@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/dh.c')
0 files changed, 0 insertions, 0 deletions