Fix double-free crash 25/3225/1
authorDavid Hotham <david.hotham@metaswitch.com>
Fri, 30 Sep 2016 15:32:18 +0000 (16:32 +0100)
committerDavid Hotham <david.hotham@metaswitch.com>
Fri, 30 Sep 2016 15:33:55 +0000 (16:33 +0100)
commit83486fb3ef0f25f9787f9aa898eafc6562f1540e
tree75ac6dd500dc5da03122f9a08903f9f4ab3b91fa
parentf53f482f35136cfea10664fdb41da02bb9f5b002
Fix double-free crash

loop0 interfaces were transmitting the same packets multiple times,
eventually causing them to be freed multiple times

Change-Id: I32fcf5cfa10e58bb9e9bbbbc1b9312518d00ee9f
Signed-off-by: David Hotham <david.hotham@metaswitch.com>
vnet/vnet/ethernet/interface.c