aboutsummaryrefslogtreecommitdiff
path: root/datapath
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2011-03-01 17:56:01 -0800
committerJesse Gross <jesse@nicira.com>2011-03-02 15:53:11 -0800
commit46aef12ee5fcb028d20bac654c8a08cf993cfac8 (patch)
tree2c14b327540934c8e1e991656b3205b8f2960906 /datapath
parent0984253939b82ac1fecb22885f5486e9a840a578 (diff)
flow: Avoid assertion failure on invalid IPv6 packet.
We compute the length of the IPv6 header by parsing all of the extension headers that we know about. However, the final result is checked using ofpbuf_pull(), which checks the size with an assertion. Since the length of the final header is not checked in any other way an invalid packet can trigger this assertion.
Diffstat (limited to 'datapath')
0 files changed, 0 insertions, 0 deletions