From 1b03c465d5ada8b0a77e88a01d63d683aaf77ef4 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 25 Jul 2026 10:36:40 +0200 Subject: [PATCH] submodule: bump coffeecatch to master (c43e3bd) The pointer was on the fix-i386-ucontext-redef branch; that fix is upstream now, so track master. Notable for Android: the old signal handler is dispatched on SA_SIGINFO rather than NULL-ness, a fault inside the unwinder no longer recurses, and the reentry count stays balanced when a signal collapses nested COFFEE_TRY blocks. Co-authored-by: Claude Opus 5 (1M context) Signed-off-by: Xavier Roche --- app/src/main/jni/coffeecatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/jni/coffeecatch b/app/src/main/jni/coffeecatch index 9a0bdce..c43e3bd 160000 --- a/app/src/main/jni/coffeecatch +++ b/app/src/main/jni/coffeecatch @@ -1 +1 @@ -Subproject commit 9a0bdce8264de39430363d47708df7181c0ae39b +Subproject commit c43e3bda834547e775c7566d0dc1f3dab0173076