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 708ea30806
)
This commit is contained in:
parent
c27a089d6f
commit
8eaaf0f171
@ -332,6 +332,13 @@ Version 1.8.0
|
|||||||
Version 1.6.18
|
Version 1.6.18
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|
||||||
|
2012-04-21 Yoichi NAKAYAMA <yoichi.nakayama(at)gmail.com>
|
||||||
|
|
||||||
|
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 <yoichi.nakayama(at)gmail.com>
|
2012-04-21 Yoichi NAKAYAMA <yoichi.nakayama(at)gmail.com>
|
||||||
|
|
||||||
Fix problems detected as dead assignment warning by clang scan-build.
|
Fix problems detected as dead assignment warning by clang scan-build.
|
||||||
|
Loading…
Reference in New Issue
Block a user