From: Dave H. <hel...@us...> - 2013-05-09 00:22:41
|
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 has been updated via 273bb8626129a6f80435796a1e3eab7411cafb84 (commit) from 322c116f79f92e2603b0afafffccc69aa6647e3c (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 273bb8626129a6f80435796a1e3eab7411cafb84 Author: Dave Heller <hel...@us...> Date: Wed May 8 20:20:00 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 c154da5..8cb2be6 100644 --- a/cimXmlParser.c +++ b/cimXmlParser.c @@ -987,7 +987,7 @@ procCdata(YYSTYPE __attribute__ ((unused)) *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 |