From a03817b4ee1640904b3c60400269d423788900f9 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Fri, 31 Jul 2026 18:21:05 -0400 Subject: [PATCH] [Fix] (FastSTL): bump submodule for erase(iterator) out-of-bounds fix Pulls the FastSTL fix for erase() iterator advancement: erase loops (pending-clear GC, render-pass eviction, frame-transient drains) no longer skip elements or walk past the bucket array. Root cause of the order-dependent CTS batch segfaults (texture_lod_bias_all, clip_distance.functional after ReadPixels, batch-order aborts). --- include/FastSTL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FastSTL b/include/FastSTL index 022211c9..f8567f66 160000 --- a/include/FastSTL +++ b/include/FastSTL @@ -1 +1 @@ -Subproject commit 022211c9983c70daf86d7d4cfbdb017eb1598c81 +Subproject commit f8567f66aed5b97a63c963951e15233d07694599