ofp-parse: Fix invalid memory use.
authorEthan Jackson <ethan@nicira.com>
Tue, 28 Jun 2011 20:22:18 +0000 (13:22 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 28 Jun 2011 21:07:25 +0000 (14:07 -0700)
commitfb05ba4618dc5d6ae70da21a63c2ae6a4a1b5176
tree2fea6fcbae9c33b492ee029c439356ec97856b83
parent1101a0b4708d87505d80c4641c4adadd5c6ece36
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