This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MIG".
The branch, master has been updated
via 98e07c497c9d866c0342696918a020b3f0303405 (commit)
from cf4a7d9f3882c28292b5e00a314d4cbd36a90002 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 98e07c497c9d866c0342696918a020b3f0303405
Author: Samuel Thibault <[email protected]>
Date: Sun Jul 14 18:14:35 2024 +0200
server: Fix bogus port deallocation on server error
For inlined port arrays, WriteExtractArg compacts them from a
mach_port_name_inlined_t array to a mach_port_t array, reusing the
memory area. But when the server returns an error, the caller will
destroy the message, and thus expects the original inlined port arrays
available.
-----------------------------------------------------------------------
Summary of changes:
server.c | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
hooks/post-receive
--
MIG