]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't read the sigcontext pointer directly from userspace. If the process
authorAndrew Gallatin <gallatin@FreeBSD.org>
Tue, 22 Jan 2002 02:40:39 +0000 (02:40 +0000)
committerAndrew Gallatin <gallatin@FreeBSD.org>
Tue, 22 Jan 2002 02:40:39 +0000 (02:40 +0000)
commit500c14f6af86c4782fe2627af04fe9c546ded5e3
tree2cc9fe77bd4946261d41e613cfc79ffbd897abca
parent755a58526026e6df94d776a85fef0a5471f2e7d0
Don't read the sigcontext pointer directly from userspace.  If the process
is swapped out, this can cause a system panic.  Copy it in, instead

tested by: Bernd Walter <ticso@cicely8.cicely.de>
sys/alpha/alpha/machdep.c