From 52a61a658d4ea9253d584ce635038da7e04c3f46 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 6 Nov 2015 12:43:39 +0000 Subject: [PATCH] Prevented use of uninitialized variable in case of memory shortage. Coverity CID 28805. --- xorriso/xorriso_timestamp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 618e5e31..069d056e 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2015.11.06.123344" +#define Xorriso_timestamP "2015.11.06.124252"