ofp-parse: Fix invalid memory use.
authorEthan Jackson <ethan@nicira.com>
Tue, 28 Jun 2011 20:22:18 +0000 (13:22 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 28 Jul 2011 18:21:58 +0000 (11:21 -0700)
commite51b8b03f936960d097fc642cb694d119829c054
tree1037054a46ab56129193c96628feb0f01dec420c
parent48c60afc61c1aaa620a219485020d3af5313d784
ofp-parse: Fix invalid memory use.

In some cases, parsing of the note action could cause a realloc
which would result in the use of memory which was no longer
allocated.
lib/ofp-parse.c