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)
Jul 30 2024, 5:20 PM
Unknown Object (File)
Jul 24 2024, 1:37 PM
Unknown Object (File)
Jun 24 2024, 5:47 PM
Unknown Object (File)
Jun 24 2024, 1:52 PM
Unknown Object (File)
Jun 24 2024, 9:15 AM
Unknown Object (File)
Jun 23 2024, 10:33 PM
Unknown Object (File)
Jun 23 2024, 5:15 AM
Unknown Object (File)
May 22 2024, 6:54 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