2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-27 15:18:06 +00:00
Files
openvswitch/tests
William Tu efe2037e15 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 <u9012063@gmail.com>
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Co-authored-by: Daniele Di Proietto <diproiettod@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
2015-12-22 23:05:44 -08:00
..
2015-05-19 14:47:00 -07:00
2015-08-03 16:50:01 -07:00
2015-11-25 16:04:59 -08:00
2015-12-15 17:57:56 -08:00
2015-12-04 08:58:00 -08:00
2015-03-17 08:15:57 -07:00
2015-03-17 08:15:57 -07:00
2015-09-04 16:24:04 -07:00
2015-03-03 13:37:39 -08:00
2015-04-10 08:45:45 -07:00
2015-03-17 08:15:57 -07:00
2015-04-06 14:02:28 -07:00
2015-11-26 18:37:26 +09:00