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

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

dired.c fails to gc protect lisp object (patch included)


From: Rich Felker
Subject: dired.c fails to gc protect lisp object (patch included)
Date: Sun, 11 Mar 2007 19:53:37 -0400
User-agent: Mutt/1.4.2.2i

i was experiencing random crashes because file_name_completion (in
dired.c) does not protect the "name" object from garbage collection.
the attached patch seems to fix it.

i'm using emacs-unicode-2 but this might apply to other versions as
well.

~rich felker

Attachment: dired-gcpro.diff
Description: Text document


reply via email to

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