From 5fac5f6edb33bd195db461706a8322ef0a88b193 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 27 Jul 2026 19:51:23 +0900 Subject: [PATCH] relibc: bump submodule pointer for dynamic linker panic-site fixes Submodule local/sources/relibc updated to 90168f56, which converts two panic-site unimplemented!() calls in the dynamic linker (ld_so/dso.rs static_relocate and lazy_relocate) into proper Err() returns. Executables using unfamiliar relocation types now fail gracefully at dlopen time instead of aborting the process. 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 dff28f00e8..90168f561e 160000 --- a/local/sources/relibc +++ b/local/sources/relibc @@ -1 +1 @@ -Subproject commit dff28f00e820c31e942b9d45a77c8e4e3fc5ab2e +Subproject commit 90168f561ef92b38fc0680ad38a9d2663cb047b4