From 2084d7b2369254e2026315caea702089198b754b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 25 Aug 2010 12:02:28 +0200 Subject: [PATCH] Fio 1.43.1 The out-of-index deref and memory bugs could hit 1.43 as well even without trim, it just made it more apparent. So tag a new release. Signed-off-by: Jens Axboe --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.c b/init.c index 90e2063f..1f277e2c 100644 --- a/init.c +++ b/init.c @@ -22,7 +22,7 @@ #include "lib/getopt.h" -static char fio_version_string[] = "fio 1.43"; +static char fio_version_string[] = "fio 1.43.1"; #define FIO_RANDSEED (0xb1899bedUL) -- 2.25.1