You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some kind of corner-case when the env ptr is null, but we take a reference to it. This is UB and might be the cause of some currently open bugs/issues.
Describe the bug
There is some kind of corner-case when the
env
ptr is null, but we take a reference to it. This is UB and might be the cause of some currently open bugs/issues.Steps To Reproduce
-Db_sanitize=undefined
. With clang you need to pass-Db_lundef=false
as wellstrings.cc
:nix-functional-tests:misc
test viameson test nix-functional-tests:misc -v
Expected behavior
No reference to null is formed.
nix-env --version
outputBuilt from trunk 76cd80d with the supplied patch, so not applicable.
Additional context
This might be the root cause of #11286.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: