diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-21 02:54:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-21 02:54:07 +0000 |
commit | b96bdcd7d92fb44e9e2ad2458fdff03bda715151 (patch) | |
tree | e8c3c607278b24036c4b050c9c2ce9ff36058eaf /ChangeLog | |
parent | 11d90def8c64fd858481a8ca3fbcf77f497f63b2 (diff) | |
download | glibc-b96bdcd7d92fb44e9e2ad2458fdff03bda715151.tar glibc-b96bdcd7d92fb44e9e2ad2458fdff03bda715151.tar.gz glibc-b96bdcd7d92fb44e9e2ad2458fdff03bda715151.tar.bz2 glibc-b96bdcd7d92fb44e9e2ad2458fdff03bda715151.zip |
* hurd/hurdsig.c: Use assert_perror for many calls which should
never fail and previously were not checked.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Thu Apr 20 22:23:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * hurd/hurdsig.c: Use assert_perror for many calls which should + never fail and previously were not checked. + * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Point the return address for sigreturn's frame at a "hlt" insn so it will definitely crash if sigreturn returns. |