[ovs-dev] [PATCH 0/5] Fix use of uninitialized memory in various places.

Ilya Maximets i.maximets at ovn.org
Sun Apr 4 17:31:41 UTC 2021


Found by 'make check-kernel-valgrind'.

Ilya Maximets (5):
  netdev-linux: Fix use of uninitialized LAG master name.
  odp-util: Fix use of uninitialized erspan metadata.
  dpif: Fix use of uninitialized execute hash.
  ofproto-dpif: Fix use of uninitialized attributes of timeout policy.
  dpif-netlink: Fix send of uninitialized memory in ct limit requests.

 lib/dpif-netlink.c     | 24 ++++++++++++++----------
 lib/dpif.c             |  1 +
 lib/dpif.h             |  2 +-
 lib/netdev-linux.c     |  4 +++-
 lib/odp-util.c         | 16 ++++++++--------
 ofproto/ofproto-dpif.c |  2 ++
 6 files changed, 29 insertions(+), 20 deletions(-)

-- 
2.26.2



More information about the dev mailing list