diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-25 19:08:33 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-25 19:08:33 -0500 |
commit | 45b2f80485481b7e062de2ed92bbe11ee942a17b (patch) | |
tree | 20d1c3a306fc908eb0932cb429ee390eff74393d /system/gettext-tiny/double-stack-size.patch | |
parent | 27215e5b9e09dddfdf2dc796a213dc0221c42e88 (diff) | |
download | packages-45b2f80485481b7e062de2ed92bbe11ee942a17b.tar.gz packages-45b2f80485481b7e062de2ed92bbe11ee942a17b.tar.bz2 packages-45b2f80485481b7e062de2ed92bbe11ee942a17b.tar.xz packages-45b2f80485481b7e062de2ed92bbe11ee942a17b.zip |
system/gettext-tiny: expand dong more
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 = { |