]> sourceware.org Git - glibc.git/commit
posix_spawn: fix stack setup on ia64 [BZ #21275]
authorMike Frysinger <vapier@gentoo.org>
Mon, 20 Mar 2017 08:47:56 +0000 (04:47 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 20 Mar 2017 14:55:51 +0000 (10:55 -0400)
commit27ab0d9518746dfb59ed2ba59daefc981dc10e38
treec935441684d4f0318f77ce4c3e4ede4bfe26555d
parent0889003c67f9c2f520a37281c4b5c3b8a9861f46
posix_spawn: fix stack setup on ia64 [BZ #21275]

The ia64-specific clone2 call expects the base of the stack mapping and
the stack size as sep arguments, not an initial stack value as on other
stack-grows-down architectures.  Reuse the stack-grows-up macro so we
pass in the right stack base.

Reported-by: Matt Turner <mattst88@gentoo.org>
(cherry picked from commit ddc3fb333469c2997798742dc0509dc1e3201d91)
ChangeLog
sysdeps/unix/sysv/linux/spawni.c
This page took 0.041557 seconds and 5 git commands to generate.