diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-01-19 22:04:33 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-01-19 22:04:33 +0200 |
commit | 59ac2d1316937bb013ef437885dcdc0225c71de9 (patch) | |
tree | e2272769f60a36aeb74f8f01b479b597455f0065 /lisp/emacs-lisp/byte-run.el | |
parent | 3a955a1f8617ae65709772863a4cb8bb9ec73de7 (diff) | |
download | emacs-59ac2d1316937bb013ef437885dcdc0225c71de9.tar.gz emacs-59ac2d1316937bb013ef437885dcdc0225c71de9.tar.bz2 emacs-59ac2d1316937bb013ef437885dcdc0225c71de9.zip |
Fix crashes with lots of overlays.
src/editfns.c (get_pos_property): Use SAFE_ALLOCA_LISP, to avoid
segfault when there are lots of overlays.
src/buffer.c (sort_overlays): Use SAFE_NALLOCA, to avoid segfault
when there are lots of overlays. See
http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00421.html
for the details and a way to reproduce.
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
0 files changed, 0 insertions, 0 deletions