[ovs-dev] [PATCH] ofctrl: Fix use of uninitialized hash value in ofctrl_add_flow().

Ben Pfaff blp at nicira.com
Tue Jul 28 19:43:05 UTC 2015


On Tue, Jul 28, 2015 at 12:24 PM, Russell Bryant <rbryant at redhat.com> wrote:
> On 07/28/2015 02:26 PM, Ben Pfaff wrote:
>> When ofctrl_add_flow() called ovn_flow_lookup(), the latter used the hash
>> from the flow's hmap_node, but the former hadn't initialized it at that
>> point.  This commit fixes the problem.
>>
>> Reported-by: Russell Bryant <rbryant at redhat.com>
>> Reported-at: http://openvswitch.org/pipermail/dev/2015-July/057851.html
>> Signed-off-by: Ben Pfaff <blp at nicira.com>
>
> Acked-by: Russell Bryant <rbryant at redhat.com>

Thanks, applied to master.



More information about the dev mailing list