From eec4c98862b7fb760b2fb70971d7b652e593af9f Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Fri, 16 Sep 2022 17:27:20 +0900 Subject: [PATCH] Add note on v2.6.2(Fix out-of-bounds access of accessors. PR#379) --- tiny_gltf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tiny_gltf.h b/tiny_gltf.h index c0ac0c6..734c726 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -26,6 +26,7 @@ // THE SOFTWARE. // Version: +// - v2.6.2 Fix out-of-bounds access of accessors. PR#379. // - v2.6.1 Better GLB validation check when loading. // - v2.6.0 Support serializing sparse accessor(Thanks to @fynv). // Disable expanding file path for security(no use of awkward `wordexp` anymore).