vconn: Initialize 'recv_any_version' member of struct vconn in vconn_init().
authorBen Pfaff <blp@nicira.com>
Fri, 25 Jan 2013 23:18:48 +0000 (15:18 -0800)
committerBen Pfaff <blp@nicira.com>
Sat, 26 Jan 2013 01:20:38 +0000 (17:20 -0800)
commit267e915f526b4102364d92aff4eb9355b8da25ca
treee2e3502672d40f82fcab5dfce63f90c36c39ab35
parente5c08015823bd055ce64f12bc271c46f0551923b
vconn: Initialize 'recv_any_version' member of struct vconn in vconn_init().

This uninitialized data caused failures in the test "ofproto -
eviction upon table overflow (OpenFlow 1.2)" for some developers and in
some circumstances.

Found by valgrind.

Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/vconn.c