Page MenuHomeFreeBSD

Fix error-path resource leaks in iflib registration routines
ClosedPublic

Authored by pkelsey on Jan 6 2019, 5:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 4, 9:50 AM
Unknown Object (File)
Jan 22 2024, 5:14 PM
Unknown Object (File)
Jan 11 2024, 10:59 PM
Unknown Object (File)
Dec 23 2023, 3:13 AM
Unknown Object (File)
Dec 15 2023, 6:25 PM
Unknown Object (File)
Dec 8 2023, 8:56 AM
Unknown Object (File)
Nov 23 2023, 5:52 PM
Unknown Object (File)
Nov 15 2023, 10:46 PM
Subscribers

Details

Summary

This patch fixes various resource leaks that can occur in the error paths of iflib_device_register() and iflib_pseudo_register().

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Looks good, only a tiny nitpick on the fail label.

This revision is now accepted and ready to land.Jan 7 2019, 9:03 PM

Looks good, only a tiny nitpick on the fail label.

Will make them consistent prior to commit.

This revision was automatically updated to reflect the committed changes.