lix/src
John Ericson 639e20dc3e Prevent '%' in URL from causing crashes
We have a larger problem that passsing computed strings to the first
variable argument of many exception constructors is unsafe because that
first variable argument is interpreted not as a plain string, but format
string, and if it contains '%' boost::format will abort, since there are
no arguments to the format string.

In this particular instance '%' was used as part of an escape code in a
URL, which, when the download failed, caused Nix to abort displaying the
`FileTransferError`.
2020-06-18 17:54:16 +00:00
..
build-remote Remove trailing whitespace 2020-06-15 14:12:39 +02:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Don't provide 'getFlake' if the 'flakes' feature is not enabled 2020-06-18 14:03:00 +02:00
libfetchers StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
libmain Mention number of derivations to be build/fetched in output 2020-06-17 20:27:27 +08:00
libstore Prevent '%' in URL from causing crashes 2020-06-18 17:54:16 +00:00
libutil Merge pull request #3707 from p01arst0rm/outdated-function-fix 2020-06-17 18:26:01 +02:00
nix Use ansicolor.hh in nix repl rather than duplicates 2020-06-17 15:13:00 +00:00
nix-build appended ' __attribute__((weak)); ' to 'extern char * * environ ' 2020-06-17 03:25:34 +01:00
nix-channel Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
nix-collect-garbage Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-copy-closure Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-daemon Remove trailing whitespace 2020-06-15 14:12:39 +02:00
nix-env Remove StorePath::clone() and related functions 2020-06-16 22:20:18 +02:00
nix-instantiate remove 'format' from Error constructor calls 2020-04-21 17:07:07 -06:00
nix-prefetch-url Merge remote-tracking branch 'upstream/master' into errors-phase-2 2020-06-11 14:06:35 -06:00
nix-store Remove StorePath::clone() and related functions 2020-06-16 22:20:18 +02:00
resolve-system-dependencies StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00