bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 00/15] Add preliminary support for 32-bit userspace on a x86_


From: Samuel Thibault
Subject: Re: [PATCH 00/15] Add preliminary support for 32-bit userspace on a x86_64 kernel
Date: Sun, 28 Aug 2022 15:23:30 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Luca Dariz, le mar. 28 juin 2022 12:10:39 +0200, a ecrit:
> task /bin/sh(1) deallocating a bogus port 4294967295, most probably a bug.
> task mkdir(10) deallocating a bogus port 4294967295, most probably a bug.

That's MACH_PORT_DEAD, which is 0xFFFFFFFF for userland, but with

#define MACH_PORT_DEAD. .       ((mach_port_t) ~0)

that's 0xFFFFFFFFFFFFFFFF.

I guess that has to be special-cased in the copyin/outmsg translation.

Samuel



reply via email to

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