Re: [PATCH 09/10] hurd: Also make it possible to call strlen very early

2023-05-17 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le mer. 17 mai 2023 22:14:35 +0300, a ecrit: > strlen, which is another ifunc-selected function, is invoked during > early static executable startup if the argv arrives from the exec > server. Make it not crash. > > Checked on x86_64-gnu: statically linked executab

[PATCH 09/10] hurd: Also make it possible to call strlen very early

2023-05-17 Thread Sergey Bugaev
strlen, which is another ifunc-selected function, is invoked during early static executable startup if the argv arrives from the exec server. Make it not crash. Checked on x86_64-gnu: statically linked executables launched after the exec server is up now start up successfully. Signed-off-by: Serg