mbox series

[ipset,0/4] Fix issues reported by Covscan

Message ID cover.1534929326.git.sbrivio@redhat.com
Headers show
Series Fix issues reported by Covscan | expand

Message

Stefano Brivio Aug. 22, 2018, 9:22 a.m. UTC
This series fixes three potential issues and implements one
possible simplification reported by a recent Covscan run.

Stefano Brivio (4):
  Fix use-after-free in ipset_parse_name_compat()
  Simplify return statement in ipset_mnl_query()
  Check setname length in session code before copying it
  Fix leak in build_argv() on line parsing error

 lib/mnl.c     |  2 +-
 lib/parse.c   |  7 ++++---
 lib/session.c | 14 ++++++++++++--
 src/ipset.c   |  5 +++--
 4 files changed, 20 insertions(+), 8 deletions(-)