Page MenuHomeFreeBSD

libpfctl: fix Coverity issues
ClosedPublic

Authored by kp on Oct 23 2023, 3:13 PM.
Tags
None
Referenced Files
F96241806: D42330.id129248.diff
Tue, Sep 24, 4:44 AM
F96080631: D42330.id.diff
Mon, Sep 23, 3:02 PM
Unknown Object (File)
Sat, Sep 21, 7:42 PM
Unknown Object (File)
Wed, Sep 18, 4:31 PM
Unknown Object (File)
Tue, Sep 17, 7:49 PM
Unknown Object (File)
Tue, Sep 17, 3:48 AM
Unknown Object (File)
Sat, Sep 14, 3:10 AM
Unknown Object (File)
Thu, Sep 5, 7:48 AM
Subscribers

Details

Summary
  • handle snl_finalize_msg() returning NULL
  • insert the correct data into the states list
  • add missing nvlist_destroy()
  • incorrect order for array bounds

Coverity: 1522929, 1522925, 1522923, 1522921, 1522780, 1522770, 1522764, 1487785, 1471250
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.Oct 23 2023, 3:13 PM
kp added a parent revision: D42329: libpfctl: fix pfctl_do_ioctl().
emaste added inline comments.
lib/libpfctl/libpfctl.c
728

do we need nvlist_destroy in here too?

735

CID 1487785

1428

CID 1522764

This revision is now accepted and ready to land.Oct 23 2023, 8:24 PM
This revision was automatically updated to reflect the committed changes.