emacs-devel
[Top][All Lists]
Advanced

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

Re: Enhancements to "minor-mode-map-alist" functionality.


From: Richard Stallman
Subject: Re: Enhancements to "minor-mode-map-alist" functionality.
Date: Sat, 11 May 2002 00:32:35 -0600 (MDT)

    When it tries to grow the cmm_maps and cmm_modes arrays, it
    starts out by increasing cmm_size to the desired size, but if
    reallocation fails, cmm_maps and/or cmm_modes are not resized, but
    cmm_size keeps the new value ... meaning that on next invocation,
    current_minor_maps happily believes that cmm_maps and cmm_modes
    were resized -- and writes to unallocated memory.

    I'll fix that.

Thanks!

Someone (was it you?) mentioned a bug of failing to gcpro in some
of that code.  Can someone work on fixing that?




reply via email to

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