]> git.ipfire.org Git - thirdparty/glibc.git/commit
Define __mig_strlen to support dynamically sized strings in hurd RPCs
authorFlavio Cruz <flaviocruz@gmail.com>
Mon, 1 May 2023 00:09:49 +0000 (20:09 -0400)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 1 May 2023 00:24:04 +0000 (02:24 +0200)
commiteb14819c14d190830df673c9a3089d82d6b7b8f7
tree2b736efb96b69128eca43b0db577fa483f8b6906
parent6eb3edeed205766925c66a127b0b7aa40a64ee62
Define __mig_strlen to support dynamically sized strings in hurd RPCs

We make lib{mach,hurd}user.so only call __mig_strlen which can be
relocated before libc.so is relocated, similar to what is done with
__mig_memcpy.
Message-Id: <ZE8DTRDpY2hpPZlJ@jupiter.tail36e24.ts.net>
mach/Makefile
mach/Versions
mach/mach/mig_support.h
mach/mig_strlen.c [new file with mode: 0644]
sysdeps/mach/include/mach/mig_support.h