From 9fa184c9e14da7cbec065d2cfedf9440913801a7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 6 Nov 2015 19:47:15 +0000 Subject: [PATCH] Corrected improper reaction on memory shortage. Coverity CID 28825. --- xorriso/text_io.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorriso/text_io.c b/xorriso/text_io.c index 257c713d..92846051 100644 --- a/xorriso/text_io.c +++ b/xorriso/text_io.c @@ -4467,7 +4467,7 @@ int Xorriso_named_pipe_loop(struct XorrisO *xorriso, if(lst_ret <= 0) { Xorriso_msgs_submit(xorriso, 0, "-named_pipe_loop: Cannot buffer all input lines", 0, "FATAL", 0); - ret= -1; + ret= -1; goto ex; } else { if(xorriso->buffered_dialog == NULL) xorriso->buffered_dialog= prev_lst; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index bf3cd08f..6c67b80a 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2015.11.06.181047" +#define Xorriso_timestamP "2015.11.06.194638"