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 dbd47438b011a082b5216455a439b5e66f6daf5d (commit)
from 94e6796ef3835ad9b7aa03e349369b8861bab5a6 (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 dbd47438b011a082b5216455a439b5e66f6daf5d
Author: buccella <buc...@li...>
Date: Tue Oct 1 21:18:39 2013 -0400
[sfcb-tix:#62] SIGSEGV in ClassProvider, return of 0 from addClParameter() not checked
-----------------------------------------------------------------------
Summary of changes:
contributions.txt | 1 +
objectImpl.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/contributions.txt b/contributions.txt
index fb85a66..3bd2cac 100644
--- a/contributions.txt
+++ b/contributions.txt
@@ -123,6 +123,7 @@ Klaus Kampf, Novell
09/20/2013 [sfcb-tix:#72] Make systemddir configurable
09/20/2013 [sfcb-tix:#74] providerRegister: check for and prevent buffer overflows
09/20/2013 [sfcb-tix:#75] fileRepository: show which directory could not be opened
+10/01/2013 [sfcb-tix:#62] SIGSEGV in ClassProvider, return of 0 from addClParameter() not checked
Mike Brasher, Inova
-------------------
diff --git a/objectImpl.c b/objectImpl.c
index 19414fc..8df8087 100644
--- a/objectImpl.c
+++ b/objectImpl.c
@@ -1185,7 +1185,7 @@ addClParameter(ClObjectHdr * hdr, ClSection * prms, ClParameter * np)
*p = *np;
return prms->used;
}
- return 0;
+ return i;
}
static ClParameter
hooks/post-receive
--
sfcb - Small Footprint CIM Broker
|