From 8eaaf0f17109e57c89145daf20d228967f4d03fd Mon Sep 17 00:00:00 2001 From: Yoichi NAKAYAMA Date: Sat, 21 Apr 2012 21:48:55 +0900 Subject: [PATCH] Fix condition for allocation failure in get_content_type(). At the end of get_content_type() in webserver.c, it should check return value of ixmlCloneDOMString(). (Forward ported from commit 708ea308060e3a68b9596a714afa94c56e6bbde4) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3bf2423..143b117 100644 --- a/ChangeLog +++ b/ChangeLog @@ -332,6 +332,13 @@ Version 1.8.0 Version 1.6.18 ******************************************************************************* +2012-04-21 Yoichi NAKAYAMA + + Fix condition for allocation failure in get_content_type(). + + At the end of get_content_type() in webserver.c, it should check + return value of ixmlCloneDOMString(). + 2012-04-21 Yoichi NAKAYAMA Fix problems detected as dead assignment warning by clang scan-build.