From: Ben Pfaff Date: Fri, 13 May 2011 23:47:01 +0000 (-0700) Subject: bridge: Fix uninitialized bond_stable_ids in port_configure_bond(). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ed83fc3f82f6d3074c4f87a38dd9ef164b6dc0;hp=76ed83fc3f82f6d3074c4f87a38dd9ef164b6dc0;p=openvswitch bridge: Fix uninitialized bond_stable_ids in port_configure_bond(). The recent merge of "master" added a new bond_stable_ids member to struct ofproto_bundle_settings, but neglected to initialize it. This fixes the problem. Found and verified using valgrind. ---