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  04bfe7a91223ba15d868f7165e49328b1c6e86c3 (commit)
      from  4c0f2ff0a1432f7e1794cf29b1a4667e3a0f8f89 (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 04bfe7a91223ba15d868f7165e49328b1c6e86c3
Author: Flavio Cruz <[email protected]>
Date:   Wed May 10 01:39:54 2023 -0400

    Check that msgt_name is always smaller than 255.
    
    For the x86_64 ABI we want this to always fit into 1 byte. Even for
    regular i686, msgt_name is always smaller than 25 (MACH_MSG_TYPE_LAST)
    and we don't have plans to have more names.
    
    Also throw an error if we deemed an RPC to be "TooLong" as that won't
    work or work badly.
    
    Tested by cross-compiling a basic Hurd system.
    Message-Id: <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 type.c | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
MIG

Reply via email to