Page MenuHomeFreeBSD

Prevent creation of an invalid nvlist
ClosedPublic

Authored by rstone on Feb 17 2015, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 5:26 PM
Unknown Object (File)
Jan 9 2024, 12:45 PM
Unknown Object (File)
Dec 23 2023, 6:04 AM
Unknown Object (File)
Dec 22 2023, 9:05 PM
Unknown Object (File)
Oct 6 2023, 11:12 AM
Unknown Object (File)
Aug 28 2023, 9:58 AM
Unknown Object (File)
Jul 10 2023, 11:44 PM
Unknown Object (File)
Jul 10 2023, 11:41 PM

Details

Summary

If an nvlist is set as a child of another nvlist with
nvlist_move_nvlist then fail the operation and set the parent
nvlist to the error state.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rstone retitled this revision from to Prevent creation of an invalid nvlist.
rstone edited the test plan for this revision. (Show Details)
rstone added a reviewer: jfv.
rstone updated this object.
rstone added subscribers: pjd, Unknown Object (MLST).
jfv edited edge metadata.
This revision is now accepted and ready to land.Feb 18 2015, 10:27 PM
rstone updated this revision to Diff 4040.

Closed by commit rS279436 (authored by @rstone).