[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17881: 24.4.50; decoding by emacs-mule hangs up
From: |
Eli Zaretskii |
Subject: |
bug#17881: 24.4.50; decoding by emacs-mule hangs up |
Date: |
Tue, 01 Jul 2014 18:50:27 +0300 |
> From: handa@gnu.org (K. Handa)
> Cc: dmantipov@yandex.ru, 17881@debbugs.gnu.org, yamaoka@jpl.org
> Date: Wed, 02 Jul 2014 00:44:59 +0900
>
> In article <83wqby4d8m.fsf@gnu.org>, Eli Zaretskii <eliz@gnu.org> writes:
>
> > Fixed in trunk revision 117451.
>
> Thank you for the quick fix!
> But, considering the usage of coding->charbuf, I think the
> following fix is better. It always allocates 16 units more
> in coding->charbuf. So, as far as it doesn't reach
> MAX_CHARBUF_SIZE, decoding routines never stop by
> insufficient coding->charbuf. I'm going to install it as
> soon as I finish several tests.
Thanks.