]> Zhao Yanbai Git Server - minix.git/commit
Fixed a bug in PM: sending of reply messages didn't check if destination
authorJorrit Herder <jnherder@minix3.org>
Fri, 27 May 2005 13:10:58 +0000 (13:10 +0000)
committerJorrit Herder <jnherder@minix3.org>
Fri, 27 May 2005 13:10:58 +0000 (13:10 +0000)
commit07d582872fa1fd448a0421abe7cef80ae8693979
tree1e07ec2b2c6fa52380bb23175b5b5d06e46213b9
parentc2be104821c689dc1a524698ef6d0c604302b844
Fixed a bug in PM: sending of reply messages didn't check if destination
process is still alive. This caused a panic in some situations, e.g., when
all processes are killed on a shutdown.
servers/pm/main.c
servers/pm/misc.c