OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Philip Guenther (guenthercvs.openbsd.org)
Date: Tue May 11 2010 - 11:27:14 CDT


CVSROOT: /cvs
Module name: src
Changes by: guenthercvs.openbsd.org 2010/05/11 10:27:14

Modified files:
        libexec/ld.so/amd64: ldasm.S

Log message:
Correct the _dl_sigprocmask() stub to take and store signal masks
as 32bit values instead of 64bit values, synchronizing it with the
libc stub. gcc4 apparently packs the stack in _dl_bind() more
tightly, so this was resulting in the saved rbx register being
overwriten.

ok drahn, marco, NicM