Files
lix/src
Maximilian Bosch 2808227eb7 Fix std::bad_alloc errors for remote builds
In Nix the protocol was slightly altered[1] to also contain more
information about realisations. This however wasn't read from the pipe
that was used to read from the store.

After the `cmdBuildDerivation` command which caused this issue, Hydra
will issue a `cmdQueryPathInfos` that tries to read from the remote
store as well. However, there's still left over to read from the
previous command and thus Nix fails to properly allocate the expected
string.

[1] See rev a2b69660a9

Fixes #898
2021-04-15 15:16:52 +02:00
..
2021-02-03 22:14:53 +01:00
2013-03-04 12:16:13 +01:00