emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 8ba156f: Attempt to avoid crashes in plist-memb


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 8ba156f: Attempt to avoid crashes in plist-member
Date: Mon, 12 Oct 2015 21:07:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>     Attempt to avoid crashes in plist-member
    
>     * src/fns.c (Fplist_member): Don't call QUIT between a CONSP test
>     and a call to XCDR.  (Bug#21655)

I have no objection to the patch itself, but I must say that I wonder
how it can avoid crashes.  IOW why would calling QUIT between a CONSP test
and a call to XCDR be dangerous?


        Stefan



reply via email to

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