Page MenuHomeFreeBSD

libxo: add missing error check after xo_parse_args in netstat
ClosedPublic

Authored by op on Nov 20 2015, 2:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 10:22 AM
Unknown Object (File)
Fri, Apr 19, 10:21 AM
Unknown Object (File)
Sat, Mar 30, 3:22 PM
Unknown Object (File)
Dec 27 2023, 9:34 PM
Unknown Object (File)
Dec 27 2023, 9:31 PM
Unknown Object (File)
Dec 23 2023, 11:20 AM
Unknown Object (File)
Dec 1 2023, 1:14 PM
Unknown Object (File)
Nov 25 2023, 6:01 AM
Subscribers

Details

Summary

Before this fix:

op@opn ~> netstat --libxo=J
netstat: unknown libxo option value: 'J'
netstat: kvm not available: /dev/mem: Permission denied

After the fix applied:

op@opn ~> netstat --libxo=J
netstat: unknown libxo option value: 'J'

Obtained-from: HardenedBSD

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

op retitled this revision from to libxo: add missing error check after xo_parse_args in netstat.
op updated this object.
op edited the test plan for this revision. (Show Details)
op added reviewers: ume, sjg.
op set the repository for this revision to rS FreeBSD src repository - subversion.
op added a subscriber: pfg.

Could you please commit the patch, if the diff fine?

This revision was automatically updated to reflect the committed changes.