From c319663437b6a1f2d3fc9edbfa188eeea67958c8 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Fri, 4 Aug 2023 02:08:04 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73014c1..68fceb0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ TinyEXR does not use C++ exception. TinyEXR now does not use `assert` from v1.0.4(2023/06/04), except for miniz's assert. (We plan to use wuff's zlib for better security and performance) -TinyEXR is fuzz tested and **currently no security issues**(No seg fault for any malcious/corrupted input EXR data) as of v1.0.6. +TinyEXR is fuzz tested and **currently no security issues**(No seg fault for any malcious/corrupted input EXR data) as of v1.0.7. # Features