From 2a2d1f354ccbe1ab73f0f7af66b1f491417c87d4 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 27 Jul 2026 18:58:46 +0900 Subject: [PATCH] relibc: bump submodule pointer for RTLD_NOLOAD|RTLD_NOW + readdir_r fixes Submodule local/sources/relibc updated to dff28f00, which implements two panic-site fixes found by the Round 9 stub audit: * ld_so/linker.rs: RTLD_NOLOAD|RTLD_NOW no longer panics with todo!(); returns already-loaded id or DlError::NotFound. * header/dirent/mod.rs: readdir_r() no longer panics with unimplemented!(); wraps readdir() per POSIX Issue 8. See submodule commit message for full rationale. --- local/sources/relibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/relibc b/local/sources/relibc index 06bd61d0fc..dff28f00e8 160000 --- a/local/sources/relibc +++ b/local/sources/relibc @@ -1 +1 @@ -Subproject commit 06bd61d0fc2c349f2da1d233e9a09cbb43c3ffd4 +Subproject commit dff28f00e820c31e942b9d45a77c8e4e3fc5ab2e