ofproto-dpif-xlate: Fix rare segfault on switch exit.
authorEthan Jackson <ethan@nicira.com>
Thu, 8 Aug 2013 18:08:03 +0000 (11:08 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 8 Aug 2013 21:01:25 +0000 (14:01 -0700)
commit832554e35cdc042869ed14ff80174c70a678e400
treeff2afdec368d59fd5f848e6906bbc2a8baf765ee
parent6878fada586a8ed5f45a50f9c8834dcf06bdc1f5
ofproto-dpif-xlate: Fix rare segfault on switch exit.

Not all 'xport's have 'xbundle's, so this dereference is unsafe.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-xlate.c