On 12/4/24 16:48, Eelco Chaudron wrote: > Fix the "Overflowed integer argument" error reported by Coverity. > > This is done by using the same variable type as the argument as the index/id. > > Signed-off-by: Eelco Chaudron <[email protected]> > --- > lib/nx-match.c | 6 +++--- > lib/ofp-table.c | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-)
Acked-by: Ilya Maximets <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
