odp-utils: Fix memory corruption while flow parsing.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 22 Mar 2013 23:25:36 +0000 (16:25 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 25 Mar 2013 01:03:05 +0000 (18:03 -0700)
Currently, when flow attribute type is greater than OVS_KEY_ATTR_MAX,
we can write into a random memory address causing corruption. Fix it.

Bug #15702.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>

No differences found