From 7076505c2495d2804a0b8f8f9b5901aa8f5dbf16 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 21 Apr 2008 23:17:20 +0000 Subject: [PATCH] Allocate the decompression buffer for the --manual option on the heap instead of the stack. --- src/mkhelp.pl | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/src/mkhelp.pl b/src/mkhelp.pl index 871aabc..7fb37db 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 <