From b0b674a88961f49eaea3e6e5404307e01f65e1dc Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Tue, 7 Jan 2025 18:45:53 +0100 Subject: [PATCH] Change date --- ext/fuzztest.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fuzztest.cmd b/ext/fuzztest.cmd index c7857b2b0a..7f171f6941 100755 --- a/ext/fuzztest.cmd +++ b/ext/fuzztest.cmd @@ -9,7 +9,7 @@ git clone https://github.com/google/fuzztest.git cd fuzztest -: # There is no tagged release as of 2024/01/06. Pick the latest commit that works. +: # There is no tagged release as of 2025/01/06. Pick the latest commit that works. git checkout 3b4a590f7fc75a77823580c4c4e19d1c7bd6da52 : # Fixes for https://github.com/google/fuzztest/issues/1124 sed -i 's/-fsanitize=address//g' ./cmake/FuzzTestFlagSetup.cmake