1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-25 03:39:36 +01:00
nix/src
Ivan Shapovalov 651e62781f libfetchers/git: use unique_ptr::get() instead of operator*()
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.
2024-03-05 03:50:26 +01:00
..
build-remote Factor out Machine::systemSupported 2024-01-23 12:53:51 -05:00
libcmd fetchToStore(): Don't always respect settings.readOnlyMode 2024-02-20 11:08:06 +00:00
libexpr AllowListInputAccessor: Clarify that the "allowed paths" are actually allowed prefixes 2024-02-28 01:40:43 +00:00
libfetchers libfetchers/git: use unique_ptr::get() instead of operator*() 2024-03-05 03:50:26 +01:00
libmain Use buildprefix in a few more places 2023-11-29 19:49:07 -05:00
libstore <nix/fetchurl.nix>: Restore support for "impure = true" 2024-02-13 21:51:13 +00:00
libutil Don't send settings that depend on disabled experimental features to the daemon 2024-02-20 14:53:28 +00:00
nix nix hash convert: Add manpage 2024-01-29 17:51:01 +01:00
nix-build DerivationInfo -> PackageInfo 2024-01-16 15:28:03 +01:00
nix-channel Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-collect-garbage Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-copy-closure Restrict some code to StoreDirConfig 2023-11-04 19:05:36 -04:00
nix-env DerivationInfo -> PackageInfo 2024-01-16 15:28:03 +01:00
nix-instantiate DerivationInfo -> PackageInfo 2024-01-16 15:28:03 +01:00
nix-store Factor our ServeProto::BasicServerConnection::handshake 2024-01-22 12:43:11 -05:00
resolve-system-dependencies Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00