diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-10-21T12·45+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-10-21T13·14+0200 |
commit | 357d31b33962fcd19f2f05bd6ce6b8c7088a6e39 (patch) | |
tree | 26119b3cf98b9c762d1f55f632a16218c4c16e80 /src/libstore/download.hh | |
parent | 133a421bb40cca3a74c93b05f3abe310110c6258 (diff) |
Fix segfault in builtin fetchurl
The stack allocated for the builder was way too small (32 KB). This is sufficient for normal derivations, because they just do some setup and then exec() the actual builder. But for the fetchurl builtin derivation it's not enough. Also, allocating the stack on the caller's stack was fishy business.
Diffstat (limited to 'src/libstore/download.hh')
0 files changed, 0 insertions, 0 deletions