|
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
[Prev in Thread] | Current Thread | [Next in Thread] |