bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 06/11] libports: improve error handling in ports_transfer_right


From: Justus Winter
Subject: [PATCH 06/11] libports: improve error handling in ports_transfer_right
Date: Wed, 27 Nov 2013 13:31:13 +0100

* libports/transfer-right.c (ports_transfer_right): Improve error handling.
---
 libports/transfer-right.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libports/transfer-right.c b/libports/transfer-right.c
index e313f71..72488a9 100644
--- a/libports/transfer-right.c
+++ b/libports/transfer-right.c
@@ -77,7 +77,8 @@ ports_transfer_right (void *tostruct,
   
   if (port)
     {
-      hurd_ihash_add (&topi->bucket->htable, port, topi);
+      err = hurd_ihash_add (&topi->bucket->htable, port, topi);
+      assert_perror (err);
       if (topi->bucket != frompi->bucket)
         {
          err = mach_port_move_member (mach_task_self (), port,
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]