unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Invalid use of Fmember in sigchld_handler
@ 2007-03-12 16:04 Andreas Schwab
  2007-03-12 17:08 ` Kim F. Storm
  2007-03-12 19:26 ` Stefan Monnier
  0 siblings, 2 replies; 8+ messages in thread
From: Andreas Schwab @ 2007-03-12 16:04 UTC (permalink / raw)
  To: emacs-devel

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.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-03-13  3:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-12 16:04 Invalid use of Fmember in sigchld_handler Andreas Schwab
2007-03-12 17:08 ` Kim F. Storm
2007-03-13  2:44   ` Richard Stallman
2007-03-12 19:26 ` Stefan Monnier
2007-03-12 21:32   ` Kim F. Storm
2007-03-13  1:30     ` Stefan Monnier
2007-03-13  3:01       ` Miles Bader
2007-03-13  3:43         ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).