From: Dave H. <hel...@us...> - 2015-05-26 19:59:29
|
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 "sfcc- Small Footprint CIM Client". The branch, master has been updated via 514a76af2020fd6dc6fc380df76cbe27786a76a2 (commit) from f70fecb410a53531e4fe99d39cf81b581819cac9 (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 514a76af2020fd6dc6fc380df76cbe27786a76a2 Author: Dave Heller <hel...@us...> Date: Tue May 26 15:54:03 2015 -0400 [bugs:#2746] Improper handling of ARRAYSIZE in cimXmlParser.c ----------------------------------------------------------------------- Summary of changes: NEWS | 1 + backend/cimxml/cimXmlParser.c | 1 - contributions.txt | 4 ++++ 3 files changed, 5 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index dfbaba7..3b0989d 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ Changes in 2.2.9 New Features: Bugs: +- [bugs:#2746] Improper handling of ARRAYSIZE in cimXmlParser.c Changes in 2.2.8 diff --git a/backend/cimxml/cimXmlParser.c b/backend/cimxml/cimXmlParser.c index d1ab86e..864ee51 100644 --- a/backend/cimxml/cimXmlParser.c +++ b/backend/cimxml/cimXmlParser.c @@ -976,7 +976,6 @@ static int procPropertyArray(parseUnion * lvalp, ParserControl * parm) lvalp->xtokProperty.classOrigin = attr[2].attr; if (attr[3].attr) lvalp->xtokProperty.propagated = !strcasecmp(attr[3].attr, "true"); - lvalp->xtokParam.arraySize = attr[4].attr; lvalp->xtokProperty.propType = typeProperty_Array; lvalp->xtokProperty.val.array.next = lvalp->xtokProperty.val.array.max = 0; return XTOK_PROPERTYARRAY; diff --git a/contributions.txt b/contributions.txt index c4bc908..8a433dc 100644 --- a/contributions.txt +++ b/contributions.txt @@ -63,3 +63,7 @@ Michal Minar James Kyle ---------- 07/02/2013 [bugs:#2646] sblim-sfcc does not compile on apple systems + +Zoltan Micskei +---------- +05/26/2015 [bugs:#2746] Improper handling of ARRAYSIZE in cimXmlParser.c hooks/post-receive -- sfcc- Small Footprint CIM Client |