bug-hurd
[Top][All Lists]
Advanced

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

Re: [RFC PATCH glibc v2 26/34] hurd: Remove __hurd_local_reply_port


From: Samuel Thibault
Subject: Re: [RFC PATCH glibc v2 26/34] hurd: Remove __hurd_local_reply_port
Date: Thu, 13 Apr 2023 23:28:07 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Hello,

Sergey Bugaev, le jeu. 13 avril 2023 16:20:50 +0300, a ecrit:
> On Thu, Apr 13, 2023 at 4:12 PM Samuel Thibault <samuel.thibault@gnu.org> 
> wrote:
>     at ../sysdeps/mach/hurd/dl-sysdep.c:241
> > 241       __mig_dealloc_reply_port (MACH_PORT_NULL);
> 
> Uhh, who deallocs a reply port like that :| You can't pass random crap
> into __mig_dealloc_reply_port and rely on its particular
> implementation, which *happened* to deallocate the current port.
> 
> Apparently FATAL_PREPARE in dl-sysdep.h is also defined to do the same.
> 
> I'd rather fix these both to do
> __mig_dealloc_reply_port (__mig_get_reply_port ());

That looks reasonable to me, yes.

Samuel



reply via email to

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