Commit 045dbe9
dpif_netdev: Fix nullable memcpy in queue_netdev_flow_put().
The probe functions try to install a flow without any actions.
For some reason, this only triggers an undefined behavior error after
the next patch in this series.
Fixes: 02bb282 ("dpif-netdev: do hw flow offload in a thread")
Acked-by: Eli Britstein <elibr@nvidia.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>1 parent bcbe2fd commit 045dbe9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3084 | 3084 | | |
3085 | 3085 | | |
3086 | 3086 | | |
3087 | | - | |
| 3087 | + | |
3088 | 3088 | | |
3089 | 3089 | | |
3090 | 3090 | | |
| |||
0 commit comments