emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 23.1.93 pretest


From: Andreas Schwab
Subject: Re: Emacs 23.1.93 pretest
Date: Sun, 28 Feb 2010 11:46:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux)

Chong Yidong <address@hidden> writes:

> Hmm, I think I may see the problem.  Does this patch help?
>
> === modified file 'src/charset.c'
> *** src/charset.c     2010-02-06 13:23:33 +0000
> --- src/charset.c     2010-02-28 01:45:17 +0000
> ***************
> *** 530,535 ****
> --- 530,536 ----
>        large (larger than MAX_ALLOCA).  */
>     SAFE_ALLOCA (head, struct charset_map_entries *,
>              sizeof (struct charset_map_entries));
> +   bzero (head, sizeof (struct charset_map_entries));

If that fixes anything then it was already broken before.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]