projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176aaa6
)
bridge: Fix double-free bug in port_reconfigure().
author
Ben Pfaff
<blp@nicira.com>
Mon, 10 May 2010 17:55:29 +0000
(10:55 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 10 May 2010 17:55:29 +0000
(10:55 -0700)
Reported-by: Peter Balland <peter@nicira.com>
Bug #2794
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index e20d407387785f5f6cb999ef0e7b2d092cbc893e..74c7d57858fc656ecbf9b9b2b404985b4da6a84c 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-3391,8
+3391,6
@@
port_reconfigure(struct port *port, const struct ovsrec_port *cfg)
}
bitmap_free(port->trunks);
port->trunks = trunks;
-
- shash_destroy(&new_ifaces);
}
static void