emacs-devel
[Top][All Lists]
Advanced

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

Re: Invalid use of Fmember in sigchld_handler


From: Kim F. Storm
Subject: Re: Invalid use of Fmember in sigchld_handler
Date: Mon, 12 Mar 2007 18:08:33 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

Andreas Schwab <address@hidden> writes:

> In sigchld_handler Fmember is used to find entries in deleted_pid_list,
> but Fmember does not know about mark bits.  Moreover, make_fixnum_or_float
> can call malloc, which is also forbidden here.

.. and local var `pid' must be pid_t rather than EMACS_INT.

Thank you for proof-reading this code!!

I have installed a fix.  Please take a look!

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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