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
F156596191: D4233.id10465.diff
Thu, May 14, 11:36 PM
F156586409: D4233.id10377.diff
Thu, May 14, 9:32 PM
F156576220: D4233.id.diff
Thu, May 14, 7:22 PM
Unknown Object (File)
Mon, May 11, 7:43 PM
Unknown Object (File)
Mon, May 11, 4:07 AM
Unknown Object (File)
Thu, Apr 30, 7:37 AM
Unknown Object (File)
Thu, Apr 23, 3:59 AM
Unknown Object (File)
Tue, Apr 21, 9: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.