emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Crash during access_keymap


From: YAMAMOTO Mitsuharu
Subject: Re: Crash during access_keymap
Date: Fri, 18 Nov 2005 10:53:01 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Wed, 16 Nov 2005 17:01:35 -0500, "Richard M. Stallman" 
>>>>> <address@hidden> said:

> Meanwhile, how about this fix in keymap.c?

This correctly reports an error for the international/encoded-kb case,
but I think at least the vector case in store_in_keymap still has a
missing CHECK_IMPURE.

        if (VECTORP (elt))
          {
            if (NATNUMP (idx) && XFASTINT (idx) < ASIZE (elt))
              {
                ASET (elt, XFASTINT (idx), def);
                return def;
              }
            insertion_point = tail;
          }

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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