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)
Fri, Jan 24, 5:34 PM
Unknown Object (File)
Sun, Jan 12, 4:25 PM
Unknown Object (File)
Dec 25 2024, 11:25 AM
Unknown Object (File)
Dec 24 2024, 11:48 PM
Unknown Object (File)
Dec 3 2024, 11:42 AM
Unknown Object (File)
Dec 3 2024, 11:42 AM
Unknown Object (File)
Dec 1 2024, 5:58 AM
Unknown Object (File)
Nov 29 2024, 10:52 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
No Lint Coverage
Unit
No Test Coverage

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).