On Thu, Oct 25, 2018 at 04:17:23PM -0700, Yifeng Sun wrote:
> When parse_ofp_flow_mod_str returns error, `fm` is incomplete and pointers
> in it may be null, e.g. fm.match.flow. In this case, passing it to
> ofctl_parse_flows__ may cause pointer errors because ofctl_parse_flows__
> expects a valid input of type struct ofputil_flow_mod.
> 
> Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11110
> Signed-off-by: Yifeng Sun <[email protected]>

Thanks, applied to master.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to