diff options
Diffstat (limited to 'system/gettext-tiny/double-stack-size.patch')
-rw-r--r-- | system/gettext-tiny/double-stack-size.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/gettext-tiny/double-stack-size.patch b/system/gettext-tiny/double-stack-size.patch index 89f2f82f3..275f477e9 100644 --- a/system/gettext-tiny/double-stack-size.patch +++ b/system/gettext-tiny/double-stack-size.patch @@ -13,8 +13,8 @@ question is 4,279 bytes long. struct mo_hdr mohdr = def_hdr; - char line[4096]; char *lp; - char convbuf[16384]; -+ char line[8192]; char *lp; -+ char convbuf[32768]; ++ char line[8448]; char *lp; ++ char convbuf[33792]; struct callbackdata d = { .num = { |