]> git.sesse.net Git - vlc/commit
CPU: force the SIGILL handler back to default after forking
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 12 Jan 2010 21:28:47 +0000 (23:28 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 12 Jan 2010 21:28:47 +0000 (23:28 +0200)
commit233b4157d6dd8d01e26dd5bf8e5fb4db91c92639
treeef3fc5e6abafdcb43416d02da2240aab27696da1
parent76f6410c0c6b37f5d582646eafacd8e4ffb24c16
CPU: force the SIGILL handler back to default after forking

In case the LibVLC application has overriden SIGILL, we really want to
crash rather than run the handler.
src/misc/cpu.c