about summary refs log tree commit diff
path: root/src/libstore/download.cc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-21T12·45+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-21T13·14+0200
commit357d31b33962fcd19f2f05bd6ce6b8c7088a6e39 (patch)
tree26119b3cf98b9c762d1f55f632a16218c4c16e80 /src/libstore/download.cc
parent133a421bb40cca3a74c93b05f3abe310110c6258 (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.cc')
0 files changed, 0 insertions, 0 deletions