|
From: Michael Chase-S. <mc...@us...> - 2013-01-04 22:04:27
|
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 0420ab03d25c9163c062dc5a58f3995251e93c36 (commit)
from 1f674ccd5e27659a951ecaf9584340348bc486a1 (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 0420ab03d25c9163c062dc5a58f3995251e93c36
Author: Michael Chase-Salerno <br...@li...>
Date: Fri Jan 4 17:03:28 2013 -0500
3599526 segfault during ecn with classProviderSf
-----------------------------------------------------------------------
Summary of changes:
diff --git a/NEWS b/NEWS
index 64d90fc..15214c3 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ New features:
- 3597806 Bind to arbitrary list of IP addresses in SFCB
Bugs fixed:
+- 3599526 segfault during ecn with classProviderSf
Changes in 1.4.3
================
diff --git a/classProviderSf.c b/classProviderSf.c
index 456b3ec..b899c31 100644
--- a/classProviderSf.c
+++ b/classProviderSf.c
@@ -1071,7 +1071,8 @@ ClassProviderEnumClassNames(CMPIClassMI * mi,
}
else {
- CMPIConstClass *cls = getClass(cReg, cn, NULL);
+ ReadCtl ctl = tempRead;
+ CMPIConstClass *cls = getClass(cReg, cn, &ctl);
if (cls == NULL) {
st.rc = CMPI_RC_ERR_INVALID_CLASS;
} else if ((flgs & CMPI_FLAG_DeepInheritance) == 0) {
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|