diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-11 18:46:09 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-11 18:46:09 +0200 |
commit | 95f85966681f56233db55885bd6487b2811a825c (patch) | |
tree | 7eb8b4578610ae2d6060597910374a0841438aa8 /debian/patches/proc_exception.patch | |
parent | 4a1aaec0d8537f663a25b889bdcbf947ddf58d28 (diff) |
Revert "Fix spurious port deallocation"
This reverts commit 7dd32866e6bd26fde00cae4f58658fb92ffc8e28.
This has been commited upstream
Diffstat (limited to 'debian/patches/proc_exception.patch')
-rw-r--r-- | debian/patches/proc_exception.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/proc_exception.patch b/debian/patches/proc_exception.patch deleted file mode 100644 index 9b6110cc..00000000 --- a/debian/patches/proc_exception.patch +++ /dev/null @@ -1,19 +0,0 @@ -If proc_exception_raise() actually managed to sent its message, the reply port -has already been consumed, so we can't send a reply to the requester any more... - -TODO: this introduces leaks in some cases ; check in which error cases -proc_exception_raise() has consumed the reply port anyway. - -diff --git a/proc/mgt.c b/proc/mgt.c -index 5373d10..1180c70 100644 ---- a/proc/mgt.c -+++ b/proc/mgt.c -@@ -499,7 +499,7 @@ S_proc_exception_raise (mach_port_t excport, - - mach_port_destroy (mach_task_self (), thread); - -- return 0; -+ return MIG_NO_REPLY; - } - - } |