From: Dave H. <hel...@us...> - 2013-05-09 00:22:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master_1.3 has been updated via 946f5d2c4117682ff281422c867fa1f3a8df233a (commit) from d304919db4080ed1d3c921b3e20f759217540e4b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 946f5d2c4117682ff281422c867fa1f3a8df233a Author: Dave Heller <hel...@us...> Date: Wed May 8 20:20:08 2013 -0400 [sfcb-tix:#46] Error parsing CDATA with no whitespace ----------------------------------------------------------------------- Summary of changes: cimXmlParser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cimXmlParser.c b/cimXmlParser.c index 3fc62ec..dc8187c 100644 --- a/cimXmlParser.c +++ b/cimXmlParser.c @@ -963,7 +963,7 @@ static int procCdata(YYSTYPE * lvalp, ParserControl * parm) XmlAttr attr[1]; if (tagEquals(parm->xmb, "![CDATA[")) { - parm->xmb->cur[0] = '>'; + *(--parm->xmb->cur) = '>'; char *v; if (attrsOk(parm->xmb, elm, attr, "![CDATA[", ZTOK_CDATA)) { hooks/post-receive -- sfcb - Small Footprint CIM Broker |