commit | 22ac4c078fb47edb47ae5efd70184050a289537d | [log] [tgz] |
---|---|---|
author | hp.com!davidm <hp.com!davidm> | Wed Oct 13 14:08:02 2004 +0000 |
committer | hp.com!davidm <hp.com!davidm> | Wed Oct 13 14:08:02 2004 +0000 |
tree | 6116bc2f786ca1a1c25c6becd478383f6362b13b | |
parent | b62e5e37b3b0ff99ae0c08bc3a3ecb19cdce2b89 [diff] |
(__sigsetjmp): Start updating jmp_buf only after sigprocmask() returned successfully. This avoids a failure in ia64-test-setjmp which was due to the fact that sigprocmask() caused a segfault (due to overflowing the stack) and at that point we had a partially updated jmp_buf. (Logical change 1.272)