mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 03:39:36 +01:00
According to N4950 20.3.1.3.5 [unique.ptr.single.observers]/1, the behavior is undefined if get() == nullptr. Use get() instead of operator*() on a possibly-null unique_ptr. Fixes #10123. |
||
|---|---|---|
| .. | ||
| build-remote | ||
| libcmd | ||
| libexpr | ||
| libfetchers | ||
| libmain | ||
| libstore | ||
| libutil | ||
| nix | ||
| nix-build | ||
| nix-channel | ||
| nix-collect-garbage | ||
| nix-copy-closure | ||
| nix-env | ||
| nix-instantiate | ||
| nix-store | ||
| resolve-system-dependencies | ||
| toml11 | ||