From: Dan Fandrich Date: Mon, 21 Apr 2008 23:17:20 +0000 (+0000) Subject: Allocate the decompression buffer for the --manual option on the heap X-Git-Tag: curl-7_18_2~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7076505c2495d2804a0b8f8f9b5901aa8f5dbf16;p=thirdparty%2Fcurl.git Allocate the decompression buffer for the --manual option on the heap instead of the stack. --- diff --git a/src/mkhelp.pl b/src/mkhelp.pl index 871aabcb36..7fb37db58b 100644 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -120,6 +120,7 @@ HEAD ; if($c) { print < #include static const unsigned char hugehelpgz[] = { /* This mumbo-jumbo is the huge help text compressed with gzip. @@ -144,10 +145,11 @@ HEAD print "\n};\n"; print <