Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test-classifier: Use
in_port.ofp_port
, instead of in_port
.
The test uses 16-bit ofp_port_t, however the struct flow member `in_port` is 32-bit, causing a memcpy to read uninitialized data. We should restrict the test to the `ofp_port` member of the `in_port` union Signed-off-by: William Tu <[email protected]> Signed-off-by: Daniele Di Proietto <[email protected]> Co-authored-by: Daniele Di Proietto <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information