Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ofproto-dpif-upcall: Fix action attr iteration.
This calls is operating on messages generated by the datapath. If a datapath implementation sends improperly formatted netlink attributes, then it's possible for a revalidator thread to end up trapped in an infinite loop iterating across the actions attributes. Rather than using the UNSAFE variation of this iterator, use the regular version. Fixes: e672ff9 ("ofproto-dpif: Restore metadata and registers on recirculation.") Signed-off-by: Joe Stringer <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information