Page MenuHomeFreeBSD

loader: we can only env_discard() existing variable
ClosedPublic

Authored by tsoome on Feb 25 2024, 10:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 25 2025, 5:01 AM
Unknown Object (File)
Feb 22 2025, 2:33 PM
Unknown Object (File)
Feb 22 2025, 1:57 PM
Unknown Object (File)
Feb 22 2025, 1:40 PM
Unknown Object (File)
Feb 21 2025, 8:37 PM
Unknown Object (File)
Feb 20 2025, 4:31 PM
Unknown Object (File)
Feb 14 2025, 9:38 PM
Unknown Object (File)
Feb 9 2025, 5:49 AM
Subscribers

Details

Summary

While dropping nvpair from nvstore, we also remove the corresponding
environment variable. By doing so, we should be careful not to try
to unset non-existing variable.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable