Subject: possible ucontext pointer corruption in signal handlers To: None <port-m68k@netbsd.org> From: Matthias Drochner <M.Drochner@fz-juelich.de> List: port-m68k Date: 08/03/2006 21:39:09
Hi -
could someone please check whether PR port-i386/34112
applies to m68k as well. Source inspection suggests so.
Does the analogous fix (replace the
movl %sp@(8),%a0
by
leal %sp@(12+128),%a0
) help?
best regards
Matthias