commit | 181a4224acdfb993a21f987f8617b5c8d7bc654e | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Thu Oct 01 16:25:43 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 05 04:05:15 2015 -0700 |
tree | 014fef81b46617480f62df98ee2514acd6ff84d8 | |
parent | 2306c704ce280c97a60d1f45333b822b40281dea [diff] |
ipv4: fix reply_dst leakage on arp reply There are cases when the created metadata reply is not used. Ensure the allocated memory is freed also in such cases. Fixes: 63d008a4e9ee ("ipv4: send arp replies to the correct tunnel") Reported-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>