From 5faeb552b7c9db34f9097f486a857b9da4e1ca0f Mon Sep 17 00:00:00 2001 From: Jayaraj Rajappan Date: Fri, 14 Jun 2002 07:21:43 +0000 Subject: [PATCH] Check for NULL string before calling strlen(). Fixes the core dump issue 2002-06-14 Jayaraj Rajappan * src/delete.c (io_from_ping_dialog): Check for NULL string before calling strlen(). Fixes the core dump issue reported in #84873. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 695d425c9..d80f8c64f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-14 Jayaraj Rajappan + + * src/delete.c (io_from_ping_dialog): Check for NULL string + before calling strlen(). Fixes the core dump issue reported in #84873. + 2002-06-13 Anders Carlsson * src/theme.c (meta_frame_layout_calc_geometry): Set client height