From 30dfc701ce18e63f7f4d51fe78637aa5d8b198c3 Mon Sep 17 00:00:00 2001
From: Alberto Massari <amassari@apache.org>
Date: Fri, 18 Feb 2011 09:59:52 +0000
Subject: [PATCH] Null-terminate string constant (XERCESC-1958)

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1071934 13f79535-47bb-0310-9956-ffa450edef68
---
 src/xercesc/util/XMLUni.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xercesc/util/XMLUni.cpp b/src/xercesc/util/XMLUni.cpp
index 2128b29c2..d104c91ba 100644
--- a/src/xercesc/util/XMLUni.cpp
+++ b/src/xercesc/util/XMLUni.cpp
@@ -1045,6 +1045,7 @@ const XMLCh XMLUni::fgXercesLoadSchema[] =
     ,   chLatin_a, chLatin_t, chLatin_i, chLatin_n, chLatin_g, chForwardSlash
     ,   chLatin_l, chLatin_o, chLatin_a, chLatin_d, chDash
     ,   chLatin_s, chLatin_c, chLatin_h, chLatin_e, chLatin_m, chLatin_a
+    ,   chNull
 };
 
 //Xerces: http://apache.org/xml/features/validation/identity-constraint-checking
-- 
GitLab