-
- Downloads
Fix long-standing bug where C-c sometimes causes a segfault on
Solaris. The issue is that the siginfo_t is documented to be NULL sometimes on Solaris. Also, it appears that at most we only care about the si_code field of a siginfo_t, so we only fill in the si_code field when the siginfo_t parameter is not NULL. Otherwise use 0. (Carl suggested this solution.) Also, the Lisp signal handlers appear to ignore the siginfo_t argument anyway.
Please register or sign in to comment