Re: [PATCH 5/7] hurd: Don't leak the auth port in msg* RPCs

2023-04-29 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le sam. 29 avril 2023 16:13:52 +0300, a ecrit: > The leak can be easily reproduced (and observed) using the portinfo > tool: > > $ portinfo -v $$ | grep task > 36: send task(1577)(self) (refs: 127) > $ portinfo -v $$ | grep task > 36: send task(1577)(self)

[PATCH 5/7] hurd: Don't leak the auth port in msg* RPCs

2023-04-29 Thread Sergey Bugaev
The leak can be easily reproduced (and observed) using the portinfo tool: $ portinfo -v $$ | grep task 36: send task(1577)(self) (refs: 127) $ portinfo -v $$ | grep task 36: send task(1577)(self) (refs: 253) $ portinfo -v $$ | grep task 36: send task(1577)(self) (refs: 379) $ portinfo