mbox series

[ovs-dev,0/3] Fix some GCC 14 false-positive build warnings.

Message ID 20240717120101.591940-1-i.maximets@ovn.org
Headers show
Series Fix some GCC 14 false-positive build warnings. | expand

Message

Ilya Maximets July 17, 2024, noon UTC
GCC 14.1.1 on Fedora 41 fails to build reporting some warnings when
building with '-fsanitize=address,undefined'.

Ilya Maximets (3):
  ofproto-dpif-xlate: Initialize observe_offset for sample actions.
  util: Add non-NULL format assertion to xvasprintf.
  match: Fix false-positive snprintf size warning.

 lib/match.c                  | 2 +-
 lib/util.c                   | 2 ++
 ofproto/ofproto-dpif-xlate.c | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)