Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
odp-util: Stop parse odp actions if nlattr is overflow
`encap = nl_msg_start_nested(key, OVS_KEY_ATTR_ENCAP)` ensures that key->size >= (encap + NLA_HDRLEN), so the `if` statement is safe. Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11306 Signed-off-by: Yifeng Sun <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information