]> Zhao Yanbai Git Server - minix.git/commit
pm - sys_sigsend can fail legitimately
authorBen Gras <ben@minix3.org>
Fri, 18 Feb 2011 15:44:54 +0000 (15:44 +0000)
committerBen Gras <ben@minix3.org>
Fri, 18 Feb 2011 15:44:54 +0000 (15:44 +0000)
commit32f3d9842d60daf53d05e8da608f8478a874fb3f
tree13ccc90e546a76fafab42bd47e317f1fe231c2f5
parent8f860a27d14dd2fe97d00f6c59ae05c2c4c58191
pm - sys_sigsend can fail legitimately

  . specifically, if a signal handler can't be invoked due
    to process memory, EFAULT is returned from the kernel.
    don't panic() then.
servers/pm/signal.c