You can subscribe to this list here.
2005 |
Jan
|
Feb
(1) |
Mar
(45) |
Apr
(150) |
May
(145) |
Jun
(150) |
Jul
(79) |
Aug
(313) |
Sep
(160) |
Oct
(309) |
Nov
(115) |
Dec
(60) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(160) |
Feb
(144) |
Mar
(127) |
Apr
(48) |
May
(102) |
Jun
(54) |
Jul
(245) |
Aug
(94) |
Sep
(152) |
Oct
(162) |
Nov
(166) |
Dec
(740) |
2007 |
Jan
(752) |
Feb
(437) |
Mar
(328) |
Apr
(373) |
May
(569) |
Jun
(399) |
Jul
(369) |
Aug
(627) |
Sep
(100) |
Oct
(306) |
Nov
(166) |
Dec
(282) |
2008 |
Jan
(68) |
Feb
(145) |
Mar
(180) |
Apr
(160) |
May
(277) |
Jun
(229) |
Jul
(1188) |
Aug
(51) |
Sep
(97) |
Oct
(99) |
Nov
(95) |
Dec
(170) |
2009 |
Jan
(39) |
Feb
(73) |
Mar
(120) |
Apr
(121) |
May
(104) |
Jun
(262) |
Jul
(57) |
Aug
(171) |
Sep
(131) |
Oct
(88) |
Nov
(64) |
Dec
(83) |
2010 |
Jan
(55) |
Feb
(67) |
Mar
(124) |
Apr
(64) |
May
(130) |
Jun
(75) |
Jul
(164) |
Aug
(64) |
Sep
(44) |
Oct
(17) |
Nov
(43) |
Dec
(31) |
2011 |
Jan
(21) |
Feb
(10) |
Mar
(43) |
Apr
(46) |
May
(52) |
Jun
(71) |
Jul
(7) |
Aug
(16) |
Sep
(51) |
Oct
(14) |
Nov
(33) |
Dec
(15) |
2012 |
Jan
(12) |
Feb
(61) |
Mar
(129) |
Apr
(76) |
May
(70) |
Jun
(52) |
Jul
(29) |
Aug
(41) |
Sep
(32) |
Oct
(23) |
Nov
(38) |
Dec
(26) |
2013 |
Jan
(35) |
Feb
(37) |
Mar
(51) |
Apr
(15) |
May
(52) |
Jun
(15) |
Jul
(23) |
Aug
(21) |
Sep
(46) |
Oct
(69) |
Nov
(57) |
Dec
(26) |
2014 |
Jan
(5) |
Feb
(13) |
Mar
(17) |
Apr
(1) |
May
(5) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(1) |
Oct
(16) |
Nov
(8) |
Dec
(4) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(4) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Chris B. <buc...@us...> - 2011-10-13 19:57:48
|
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 6837ecbf4ba89e35bc7f5c210157054db3cc873a (commit) from 0dab99a42ac2950b9512dbe8557090ee9fdcc56f (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 6837ecbf4ba89e35bc7f5c210157054db3cc873a Author: buccella <buc...@li...> Date: Thu Oct 13 15:58:03 2011 -0400 [ 3422650 ] Associators calls to IndicationService depends on cmpi-base ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index e5f63bc..ceb80b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-13 Chris Buccella <buc...@li...> + + * indication.mof: + [ 3422650 ] Associators calls to IndicationService depends on cmpi-base + 2011-10-03 Chris Buccella <buc...@li...> * indication.mof: diff --git a/NEWS b/NEWS index 4680589..ccede82 100644 --- a/NEWS +++ b/NEWS @@ -89,6 +89,7 @@ Bugs Fixed: - 3414700 assocClass ignored for assoc upcalls - 3416055 SIGSEGV sometimes does not print provider name - 3416167 CIM_InstDeletion not in class repo by default +- 3422650 Associators calls to IndicationService depends on cmpi-base Changes in 1.3.13 ================= diff --git a/indication.mof b/indication.mof index 9d6adb6..fa9c0eb 100644 --- a/indication.mof +++ b/indication.mof @@ -26,3 +26,8 @@ class DMY_InstDeletion : CIM_InstDeletion class SFCB_ServiceAffectsElement : CIM_ServiceAffectsElement { }; + +// Allows for assocs calls to interopServerProvider (3422650) +class DMY_System : CIM_System +{ +}; hooks/post-receive -- SFCB - Small Footprint CIM Broker |
From: Chris B. <buc...@us...> - 2011-10-13 19:46:43
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv22411 Modified Files: indication.mof ChangeLog NEWS Log Message: [ 3422650 ] Associators calls to IndicationService depends on cmpi-base Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.618 retrieving revision 1.619 diff -u -d -r1.618 -r1.619 --- NEWS 3 Oct 2011 15:18:19 -0000 1.618 +++ NEWS 13 Oct 2011 19:46:40 -0000 1.619 @@ -6,6 +6,7 @@ - 3414700 assocClass ignored for assoc upcalls - 3416055 SIGSEGV sometimes does not print provider name - 3416167 CIM_InstDeletion not in class repo by default +- 3422650 Associators calls to IndicationService depends on cmpi-base Changes in 1.3.13 ================= Index: indication.mof =================================================================== RCS file: /cvsroot/sblim/sfcb/indication.mof,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- indication.mof 3 Oct 2011 15:19:36 -0000 1.5 +++ indication.mof 13 Oct 2011 19:46:40 -0000 1.6 @@ -26,3 +26,8 @@ class SFCB_ServiceAffectsElement : CIM_ServiceAffectsElement { }; + +// Allows for assocs calls to interopServerProvider (3422650) +class DMY_System : CIM_System +{ +}; Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/sfcb/ChangeLog,v retrieving revision 1.694 retrieving revision 1.695 diff -u -d -r1.694 -r1.695 --- ChangeLog 3 Oct 2011 15:18:19 -0000 1.694 +++ ChangeLog 13 Oct 2011 19:46:40 -0000 1.695 @@ -1,3 +1,8 @@ +2011-10-13 Chris Buccella <buc...@li...> + + * indication.mof: + [ 3422650 ] Associators calls to IndicationService depends on cmpi-base + 2011-10-03 Chris Buccella <buc...@li...> * indication.mof: |
From: Tyrel D. <ty...@us...> - 2011-10-07 00:08:54
|
Update of /cvsroot/sblim/gather/plugin In directory vz-cvs-3.sog:/tmp/cvs-serv13895/plugin Modified Files: metricVirt.c metricVirt.h Log Message: Fixed 3419837: bad alloc and usigned returns in metricVirt Index: metricVirt.c =================================================================== RCS file: /cvsroot/sblim/gather/plugin/metricVirt.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- metricVirt.c 21 Sep 2011 21:38:38 -0000 1.13 +++ metricVirt.c 7 Oct 2011 00:08:52 -0000 1.14 @@ -296,7 +296,7 @@ /* * get statistics from active domains */ - ids = malloc(sizeof(ids) * node_statistics.num_active_domains); + ids = malloc(sizeof(*ids) * node_statistics.num_active_domains); if (ids == NULL) { virConnectClose(conn); return VIRT_FAIL; Index: metricVirt.h =================================================================== RCS file: /cvsroot/sblim/gather/plugin/metricVirt.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- metricVirt.h 12 May 2011 00:46:29 -0000 1.6 +++ metricVirt.h 7 Oct 2011 00:08:52 -0000 1.7 @@ -34,8 +34,8 @@ #define VIRT_FAIL -1 struct node_statistics_type { - unsigned int num_active_domains; - unsigned int num_inactive_domains; + int num_active_domains; + int num_inactive_domains; unsigned int total_domains; unsigned long long total_memory; unsigned long long free_memory; |
From: Chris B. <buc...@us...> - 2011-10-03 15:22:10
|
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 0dab99a42ac2950b9512dbe8557090ee9fdcc56f (commit) from b13a39b16ea2fba1afaebf892becba4a75a966cd (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 0dab99a42ac2950b9512dbe8557090ee9fdcc56f Author: buccella <buc...@li...> Date: Mon Oct 3 11:22:12 2011 -0400 [ 3416167 ] CIM_InstDeletion not in class repo by default ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index f74763c..e5f63bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-03 Chris Buccella <buc...@li...> + + * indication.mof: + [ 3416167 ] CIM_InstDeletion not in class repo by default + 2011-09-30 Chris Buccella <buc...@li...> * providerDrv.c: diff --git a/NEWS b/NEWS index 41e4d80..4680589 100644 --- a/NEWS +++ b/NEWS @@ -88,6 +88,7 @@ Bugs Fixed: - 3414700 assocClass ignored for assoc upcalls - 3416055 SIGSEGV sometimes does not print provider name +- 3416167 CIM_InstDeletion not in class repo by default Changes in 1.3.13 ================= diff --git a/indication.mof b/indication.mof index 8eed421..9d6adb6 100644 --- a/indication.mof +++ b/indication.mof @@ -19,6 +19,10 @@ class DMY_InstModification : CIM_InstModification { }; +class DMY_InstDeletion : CIM_InstDeletion +{ +}; + class SFCB_ServiceAffectsElement : CIM_ServiceAffectsElement { }; hooks/post-receive -- SFCB - Small Footprint CIM Broker |
From: Chris B. <buc...@us...> - 2011-10-03 15:19:38
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv16128 Modified Files: indication.mof Log Message: [ 3416167 ] CIM_InstDeletion not in class repo by default Index: indication.mof =================================================================== RCS file: /cvsroot/sblim/sfcb/indication.mof,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- indication.mof 1 Oct 2009 21:53:56 -0000 1.4 +++ indication.mof 3 Oct 2011 15:19:36 -0000 1.5 @@ -19,6 +19,10 @@ { }; +class DMY_InstDeletion : CIM_InstDeletion +{ +}; + class SFCB_ServiceAffectsElement : CIM_ServiceAffectsElement { }; |
From: Chris B. <buc...@us...> - 2011-10-03 15:18:21
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv16047 Modified Files: ChangeLog NEWS Log Message: [ 3416167 ] CIM_InstDeletion not in class repo by default Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.617 retrieving revision 1.618 diff -u -d -r1.617 -r1.618 --- NEWS 30 Sep 2011 17:14:05 -0000 1.617 +++ NEWS 3 Oct 2011 15:18:19 -0000 1.618 @@ -5,6 +5,7 @@ - 3414700 assocClass ignored for assoc upcalls - 3416055 SIGSEGV sometimes does not print provider name +- 3416167 CIM_InstDeletion not in class repo by default Changes in 1.3.13 ================= Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/sfcb/ChangeLog,v retrieving revision 1.693 retrieving revision 1.694 diff -u -d -r1.693 -r1.694 --- ChangeLog 30 Sep 2011 17:14:05 -0000 1.693 +++ ChangeLog 3 Oct 2011 15:18:19 -0000 1.694 @@ -1,3 +1,8 @@ +2011-10-03 Chris Buccella <buc...@li...> + + * indication.mof: + [ 3416167 ] CIM_InstDeletion not in class repo by default + 2011-09-30 Chris Buccella <buc...@li...> * providerDrv.c: |
From: Chris B. <buc...@us...> - 2011-09-30 17:14:08
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv22525 Modified Files: providerDrv.c ChangeLog NEWS contributions.txt Log Message: [ 3416055 ] SIGSEGV sometimes does not print provider name Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.616 retrieving revision 1.617 diff -u -d -r1.616 -r1.617 --- NEWS 30 Sep 2011 16:11:36 -0000 1.616 +++ NEWS 30 Sep 2011 17:14:05 -0000 1.617 @@ -4,6 +4,7 @@ Bugs fixed: - 3414700 assocClass ignored for assoc upcalls +- 3416055 SIGSEGV sometimes does not print provider name Changes in 1.3.13 ================= Index: providerDrv.c =================================================================== RCS file: /cvsroot/sblim/sfcb/providerDrv.c,v retrieving revision 1.102 retrieving revision 1.103 diff -u -d -r1.102 -r1.103 --- providerDrv.c 29 Sep 2011 07:29:12 -0000 1.102 +++ providerDrv.c 30 Sep 2011 17:14:05 -0000 1.103 @@ -746,7 +746,7 @@ _SFCB_TRACE(1,("--- Forked started for %s %d %d-%lu", info->providerName, currentProc,providerSockets.receive, getInode(providerSockets.receive))); - processName=info->providerName; + processName=strdup(info->providerName); providerProcess=1; info->proc=*proc; info->pid=currentProc; Index: contributions.txt =================================================================== RCS file: /cvsroot/sblim/sfcb/contributions.txt,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- contributions.txt 22 Jun 2011 20:50:33 -0000 1.68 +++ contributions.txt 30 Sep 2011 17:14:05 -0000 1.69 @@ -113,6 +113,7 @@ 05/27/2010 [ 2984485 ] Possible access to freed memory in cimslpSLP.c 06/30/2010 [ 2968599 ] Wrong trace msg for invokeMethod (local interface) 06/09/2011 [ 3047562 ] [patch] Create bzip2 tarballs on "make dist" +09/30/2011 [ 3416055 ] SIGSEGV sometimes does not print provider name Mike Brasher, Inova ------------------- Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/sfcb/ChangeLog,v retrieving revision 1.692 retrieving revision 1.693 diff -u -d -r1.692 -r1.693 --- ChangeLog 30 Sep 2011 16:11:36 -0000 1.692 +++ ChangeLog 30 Sep 2011 17:14:05 -0000 1.693 @@ -1,5 +1,9 @@ 2011-09-30 Chris Buccella <buc...@li...> + * providerDrv.c: + [ 3416055 ] SIGSEGV sometimes does not print provider name + (patch by Klaus Kaempf) + * brokerUpc.c: [ 3414700 ] assocClass ignored for assoc upcalls |
From: Chris B. <buc...@us...> - 2011-09-30 17:10:25
|
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 b13a39b16ea2fba1afaebf892becba4a75a966cd (commit) from 222f4ea21fcf8fe3ac3058e7d9564dd6cf4e62c4 (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 b13a39b16ea2fba1afaebf892becba4a75a966cd Author: buccella <buc...@li...> Date: Fri Sep 30 13:08:22 2011 -0400 [ 3416055 ] SIGSEGV sometimes does not print provider name ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index c07653e..f74763c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-09-30 Chris Buccella <buc...@li...> + * providerDrv.c: + [ 3416055 ] SIGSEGV sometimes does not print provider name + (patch by Klaus Kampf) + * brokerUpc: [ 3414700 ] assocClass ignored for assoc upcalls diff --git a/NEWS b/NEWS index 342b0f6..41e4d80 100644 --- a/NEWS +++ b/NEWS @@ -87,6 +87,7 @@ Changes in 1.3.14 Bugs Fixed: - 3414700 assocClass ignored for assoc upcalls +- 3416055 SIGSEGV sometimes does not print provider name Changes in 1.3.13 ================= diff --git a/contributions.txt b/contributions.txt index 1ba8a38..90663e0 100644 --- a/contributions.txt +++ b/contributions.txt @@ -114,6 +114,7 @@ Klaus Kampf, Novell 06/30/2010 [ 2968599 ] Wrong trace msg for invokeMethod (local interface) 06/09/2011 [ 3047562 ] [patch] Create bzip2 tarballs on "make dist" 09/06/2011 [ 3400114 ] sfcb fails to start with ipv6 disabled +09/30/2011 [ 3416055 ] SIGSEGV sometimes does not print provider name Mike Brasher, Inova ------------------- diff --git a/providerDrv.c b/providerDrv.c index 2d1c188..3ebef6e 100644 --- a/providerDrv.c +++ b/providerDrv.c @@ -887,7 +887,7 @@ getProcess(ProviderInfo * info, ProviderProcess ** proc) info->providerName, currentProc, providerSockets.receive, getInode(providerSockets.receive))); - processName = info->providerName; + processName = strdup(info->providerName); providerProcess = 1; info->proc = *proc; info->pid = currentProc; hooks/post-receive -- SFCB - Small Footprint CIM Broker |
From: Chris B. <buc...@us...> - 2011-09-30 16:24:46
|
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 222f4ea21fcf8fe3ac3058e7d9564dd6cf4e62c4 (commit) from c39bf3a57a557a6fcb7de5aeeadcde369035d453 (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 222f4ea21fcf8fe3ac3058e7d9564dd6cf4e62c4 Author: buccella <buc...@li...> Date: Fri Sep 30 12:24:45 2011 -0400 [ 3414700 ] assocClass ignored for assoc upcalls ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index fcb142b..c07653e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-30 Chris Buccella <buc...@li...> + + * brokerUpc: + [ 3414700 ] assocClass ignored for assoc upcalls + 2011-09-28 Narasimha Sharoff <nsh...@us...> * providerDrv.c: diff --git a/NEWS b/NEWS index 4296ce1..342b0f6 100644 --- a/NEWS +++ b/NEWS @@ -81,6 +81,13 @@ Everything in 1.3.10, plus: - 3104761 cimRsRequest.h missing from make-dist tarball - 3107553 Remove Large Volume Support +Changes in 1.3.14 +================= + +Bugs Fixed: + +- 3414700 assocClass ignored for assoc upcalls + Changes in 1.3.13 ================= diff --git a/brokerUpc.c b/brokerUpc.c index bdad519..e823e80 100644 --- a/brokerUpc.c +++ b/brokerUpc.c @@ -228,13 +228,21 @@ setErrorStatus(int code) static void setContext(BinRequestContext * binCtx, OperationHdr * oHdr, BinRequestHdr * bHdr, int size, - const CMPIContext *ctx, const CMPIObjectPath * cop) + const CMPIContext *ctx, const CMPIObjectPath * cop, + const char *assocClass, const char *resultClass) { CMPIData ctxData; memset(binCtx, 0, sizeof(BinRequestContext)); oHdr->nameSpace = setCharsMsgSegment((char *) ClObjectPathGetNameSpace((ClObjectPath *) cop->hdl)); - if (oHdr->type < OPS_Associators || oHdr->type > OPS_ReferenceNames) { + + if (assocClass) { + oHdr->className = setCharsMsgSegment(assocClass); + } + else if (resultClass) { + oHdr->className = setCharsMsgSegment(resultClass); + } + else if (oHdr->type < OPS_Associators || oHdr->type > OPS_ReferenceNames) { oHdr->className = setCharsMsgSegment((char *) ClObjectPathGetClassName((ClObjectPath *) cop->hdl)); } else { @@ -370,7 +378,7 @@ genericEnumRequest(const CMPIBroker * broker, } bhdr->count += i; } - setContext(&binCtx, oHdr, bhdr, sreqSize, context, cop); + setContext(&binCtx, oHdr, bhdr, sreqSize, context, cop, assocclass, resultclass); checkReroute(broker, context, oHdr); @@ -575,7 +583,7 @@ getInstance(const CMPIBroker * broker, sreq->hdr.count = ps + 2; sreq->hdr.operation = OPS_GetInstance; - setContext(&binCtx, &oHdr, &sreq->hdr, sreqSize, context, cop); + setContext(&binCtx, &oHdr, &sreq->hdr, sreqSize, context, cop, NULL, NULL); _SFCB_TRACE(1, ("--- for %s %s", (char *) oHdr.nameSpace.data, (char *) oHdr.className.data)); @@ -674,7 +682,7 @@ createInstance(const CMPIBroker * broker, lockUpCall(broker); - setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop); + setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop, NULL, NULL); _SFCB_TRACE(1, ("--- for %s %s", (char *) oHdr.nameSpace.data, (char *) oHdr.className.data)); @@ -771,7 +779,7 @@ modifyInstance(const CMPIBroker * broker, sreq->hdr.count = ps + 3; sreq->hdr.operation = OPS_ModifyInstance; - setContext(&binCtx, &oHdr, &sreq->hdr, sreqSize, context, cop); + setContext(&binCtx, &oHdr, &sreq->hdr, sreqSize, context, cop, NULL, NULL); _SFCB_TRACE(1, ("--- for %s %s", (char *) oHdr.nameSpace.data, (char *) oHdr.className.data)); @@ -848,7 +856,7 @@ deleteInstance(const CMPIBroker * broker, lockUpCall(broker); - setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop); + setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop, NULL, NULL); _SFCB_TRACE(1, ("--- for %s %s", (char *) oHdr.nameSpace.data, (char *) oHdr.className.data)); @@ -920,7 +928,7 @@ execQuery(const CMPIBroker * broker, lockUpCall(broker); - setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop); + setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop, NULL, NULL); _SFCB_TRACE(1, ("--- for %s %s", (char *) oHdr.nameSpace.data, (char *) oHdr.className.data)); @@ -1162,7 +1170,7 @@ invokeMethod(const CMPIBroker * broker, const CMPIContext *context, lockUpCall(broker); - setContext(&binCtx, &oHdr, &sreq->hdr, size, context, cop); + setContext(&binCtx, &oHdr, &sreq->hdr, size, context, cop, NULL, NULL); sreq->in = setArgsMsgSegment(in); sreq->out = setArgsMsgSegment(NULL); hooks/post-receive -- SFCB - Small Footprint CIM Broker |
From: Chris B. <buc...@us...> - 2011-09-30 16:11:38
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv3929 Modified Files: brokerUpc.c ChangeLog NEWS Log Message: [ 3414700 ] assocClass ignored for assoc upcalls Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.615 retrieving revision 1.616 diff -u -d -r1.615 -r1.616 --- NEWS 29 Sep 2011 16:04:10 -0000 1.615 +++ NEWS 30 Sep 2011 16:11:36 -0000 1.616 @@ -1,3 +1,10 @@ +Changes in 1.3.14 +================= + +Bugs fixed: + +- 3414700 assocClass ignored for assoc upcalls + Changes in 1.3.13 ================= Index: brokerUpc.c =================================================================== RCS file: /cvsroot/sblim/sfcb/brokerUpc.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- brokerUpc.c 22 Jun 2011 19:55:18 -0000 1.34 +++ brokerUpc.c 30 Sep 2011 16:11:36 -0000 1.35 @@ -217,13 +217,21 @@ static void setContext(BinRequestContext * binCtx, OperationHdr * oHdr, BinRequestHdr * bHdr, int size, const CMPIContext * ctx, - const CMPIObjectPath * cop) + const CMPIObjectPath * cop, + const char * assocClass, + const char * resultClass) { CMPIData ctxData; memset(binCtx,0,sizeof(BinRequestContext)); oHdr->nameSpace = setCharsMsgSegment((char *) ClObjectPathGetNameSpace((ClObjectPath *) cop->hdl)); - if (oHdr->type < OPS_Associators || oHdr->type > OPS_ReferenceNames) { + if (assocClass) { + oHdr->className = setCharsMsgSegment(assocClass); + } + else if (resultClass) { + oHdr->className = setCharsMsgSegment(resultClass); + } + else if (oHdr->type < OPS_Associators || oHdr->type > OPS_ReferenceNames) { oHdr->className = setCharsMsgSegment((char *) ClObjectPathGetClassName((ClObjectPath *) cop->hdl)); } else { @@ -347,7 +355,7 @@ } bhdr->count+=i; } - setContext(&binCtx, oHdr, bhdr, sreqSize, context, cop); + setContext(&binCtx, oHdr, bhdr, sreqSize, context, cop, assocclass, resultclass); checkReroute(broker, context, oHdr); @@ -493,7 +501,7 @@ sreq->hdr.count=ps+2; sreq->hdr.operation=OPS_GetInstance; - setContext(&binCtx, &oHdr, &sreq->hdr, sreqSize, context, cop); + setContext(&binCtx, &oHdr, &sreq->hdr, sreqSize, context, cop, NULL, NULL); _SFCB_TRACE(1,("--- for %s %s",(char*)oHdr.nameSpace.data,(char*)oHdr.className.data)); checkReroute(broker, context, &oHdr); @@ -584,7 +592,7 @@ lockUpCall(broker); - setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop); + setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop, NULL, NULL); _SFCB_TRACE(1,("--- for %s %s",(char*)oHdr.nameSpace.data,(char*)oHdr.className.data)); sreq.instance = setInstanceMsgSegment(inst); @@ -673,7 +681,7 @@ sreq->hdr.count=ps+3; sreq->hdr.operation=OPS_ModifyInstance; - setContext(&binCtx, &oHdr, &sreq->hdr, sreqSize, context, cop); + setContext(&binCtx, &oHdr, &sreq->hdr, sreqSize, context, cop, NULL, NULL); _SFCB_TRACE(1,("--- for %s %s",(char*)oHdr.nameSpace.data,(char*)oHdr.className.data)); checkReroute(broker, context, &oHdr); @@ -743,7 +751,7 @@ lockUpCall(broker); - setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop); + setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop, NULL, NULL); _SFCB_TRACE(1,("--- for %s %s",(char*)oHdr.nameSpace.data,(char*)oHdr.className.data)); checkReroute(broker, context, &oHdr); @@ -809,7 +817,7 @@ lockUpCall(broker); - setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop); + setContext(&binCtx, &oHdr, &sreq.hdr, sizeof(sreq), context, cop, NULL, NULL); _SFCB_TRACE(1,("--- for %s %s",(char*)oHdr.nameSpace.data,(char*)oHdr.className.data)); sreq.query = setCharsMsgSegment(query); @@ -1033,7 +1041,7 @@ lockUpCall(broker); - setContext(&binCtx, &oHdr, &sreq->hdr, size, context, cop); + setContext(&binCtx, &oHdr, &sreq->hdr, size, context, cop, NULL, NULL); sreq->in = setArgsMsgSegment(in); sreq->out = setArgsMsgSegment(NULL); Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/sfcb/ChangeLog,v retrieving revision 1.691 retrieving revision 1.692 diff -u -d -r1.691 -r1.692 --- ChangeLog 29 Sep 2011 19:56:39 -0000 1.691 +++ ChangeLog 30 Sep 2011 16:11:36 -0000 1.692 @@ -1,3 +1,8 @@ +2011-09-30 Chris Buccella <buc...@li...> + + * brokerUpc.c: + [ 3414700 ] assocClass ignored for assoc upcalls + 2011-09-29 Chris Buccella <buc...@li...> * test/TestProviders/cmpiTestInstanceProvider.c |
From: Chris B. <buc...@us...> - 2011-09-29 22:11:57
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv3117 Modified Files: configure.ac Log Message: bump version Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/sfcb/configure.ac,v retrieving revision 1.123 retrieving revision 1.124 diff -u -d -r1.123 -r1.124 --- configure.ac 29 Sep 2011 16:04:10 -0000 1.123 +++ configure.ac 29 Sep 2011 22:11:55 -0000 1.124 @@ -22,7 +22,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Small Footprint CIM Broker, 1.3.13, sbl...@li..., sblim-sfcb) +AC_INIT(Small Footprint CIM Broker, 1.3.14preview, sbl...@li..., sblim-sfcb) AC_CONFIG_SRCDIR([providerDrv.c]) #disable "seems to ignore the --datarootdir setting" warnings |
From: Chris B. <buc...@us...> - 2011-09-29 21:22:47
|
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 c39bf3a57a557a6fcb7de5aeeadcde369035d453 (commit) from 9525b06191bf0b23eb3d6b5d14074c6e50c04cd7 (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 c39bf3a57a557a6fcb7de5aeeadcde369035d453 Author: buccella <buc...@li...> Date: Thu Sep 29 17:22:45 2011 -0400 fixing up NEWS ----------------------------------------------------------------------- Summary of changes: diff --git a/NEWS b/NEWS index 5cde8ce..4296ce1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Changes in 1.4.3 +================ + +Everything in 1.3.13 and 1.3.14, plus: + + + Changes in 1.4.2 ================ @@ -16,10 +23,7 @@ Bugs fixed: - 3199899 sfcb uninstall process should remove test mof's - 3300167 Memory leaks caused by cimRequest changes - 3101157 Failed to enable provider timing analysis with SfcbLocal -- 3400114 sfcb fails to start with ipv6 disabled - 3310192 32bit sfcbmof fails to run x86_64 -- 3413031 fixes to perform check before calling free -- 2727918 blob has leak in EnumQualifiers Changes in 1.4.1 ================ @@ -85,8 +89,11 @@ Bugs Fixed: - 3386391 HOST_NAME_MAX undefined - 3393324 sfcb process abort in IndCIMXMLHandlerInvokeMethod - 3398337 Namespaces of filter and handler for IndSub not checked +- 3400114 sfcb fails to start with ipv6 disabled +- 3413031 fixes to perform check before calling free - 3414236 updateMethodParamTypes uses incorrect qualifier count - 3414482 Compiler warning in cimcClientSfcbLocal +- 2727918 blob has leak in EnumQualifiers Changes in 1.3.12 ================= hooks/post-receive -- SFCB - Small Footprint CIM Broker |
From: Chris B. <buc...@us...> - 2011-09-29 19:56:41
|
Update of /cvsroot/sblim/sfcb/test/TestProviders In directory vz-cvs-3.sog:/tmp/cvs-serv11930/test/TestProviders Modified Files: cmpiTestInstanceProvider.c Log Message: fixed memory leak Index: cmpiTestInstanceProvider.c =================================================================== RCS file: /cvsroot/sblim/sfcb/test/TestProviders/cmpiTestInstanceProvider.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- cmpiTestInstanceProvider.c 17 Nov 2009 04:11:47 -0000 1.5 +++ cmpiTestInstanceProvider.c 29 Sep 2011 19:56:38 -0000 1.6 @@ -357,6 +357,7 @@ properties cannot exists. */ if(key1.value.uint8 == key2.value.uint8) { + CMRelease(inst); CMReturn (CMPI_RC_ERR_ALREADY_EXISTS); } } @@ -378,6 +379,7 @@ { CMReturn (CMPI_RC_ERR_NOT_SUPPORTED); } + CMRelease(inst); CMReturn (CMPI_RC_OK); } |
From: Chris B. <buc...@us...> - 2011-09-29 16:04:13
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv25967 Modified Files: configure.ac NEWS Log Message: prep for 1.3.13 release Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.614 retrieving revision 1.615 diff -u -d -r1.614 -r1.615 --- NEWS 29 Sep 2011 07:28:34 -0000 1.614 +++ NEWS 29 Sep 2011 16:04:10 -0000 1.615 @@ -3,7 +3,7 @@ New features: -- 3406823 Make select timeout a config option. +- 3406823 Make select timeout a config option - 3406825 Make ssl cipher list configurable Bugs fixed: Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/sfcb/configure.ac,v retrieving revision 1.122 retrieving revision 1.123 diff -u -d -r1.122 -r1.123 --- configure.ac 29 Jun 2011 17:59:58 -0000 1.122 +++ configure.ac 29 Sep 2011 16:04:10 -0000 1.123 @@ -22,7 +22,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Small Footprint CIM Broker, 1.3.13preview, sbl...@li..., sblim-sfcb) +AC_INIT(Small Footprint CIM Broker, 1.3.13, sbl...@li..., sblim-sfcb) AC_CONFIG_SRCDIR([providerDrv.c]) #disable "seems to ignore the --datarootdir setting" warnings |
From: Narasimha S. <nsh...@us...> - 2011-09-29 07:29:14
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv20184 Modified Files: providerDrv.c Log Message: [ 2727918 ] blob has leak in EnumQualifiers Index: providerDrv.c =================================================================== RCS file: /cvsroot/sblim/sfcb/providerDrv.c,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- providerDrv.c 23 Sep 2011 20:20:07 -0000 1.101 +++ providerDrv.c 29 Sep 2011 07:29:12 -0000 1.102 @@ -2813,7 +2813,23 @@ if (req->operation == OPS_LoadProvider && resp->rc == 2) exit(-1); } - free(resp); + + /* SF:2727918, Bugzilla:51733 - memory leak fix */ +#ifdef HAVE_QUALREP + if ((req->operation == OPS_GetQualifier) + || (req->operation == OPS_EnumerateQualifiers)) { + for (i = 0; i < resp->count; i++) { + if (resp->object[i].data) { + free(resp->object[i].data); + resp->object[i].data = NULL; + } + } + } + free(resp); + resp = NULL; +#else + free(resp); +#endif } tool_mm_flush(); |
From: Narasimha S. <nsh...@us...> - 2011-09-29 07:28:36
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv20146 Modified Files: NEWS Log Message: [ 2727918 ] blob has leak in EnumQualifiers Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.613 retrieving revision 1.614 diff -u -d -r1.613 -r1.614 --- NEWS 27 Sep 2011 15:31:48 -0000 1.613 +++ NEWS 29 Sep 2011 07:28:34 -0000 1.614 @@ -16,6 +16,7 @@ - 3413031 fixes to perform check before calling free - 3414236 updateMethodParamTypes uses incorrect qualifier count - 3414482 Compiler warning in cimcClientSfcbLocal +- 2727918 blob has leak in EnumQualifiers Changes in 1.3.12 ================= |
From: Narasimha S. <nsh...@us...> - 2011-09-29 07:28:00
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv20091 Modified Files: ChangeLog Log Message: [2727918] blob has leak in EnumQualifiers Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/sfcb/ChangeLog,v retrieving revision 1.689 retrieving revision 1.690 diff -u -d -r1.689 -r1.690 --- ChangeLog 27 Sep 2011 15:31:48 -0000 1.689 +++ ChangeLog 29 Sep 2011 07:27:57 -0000 1.690 @@ -1,3 +1,8 @@ +2011-09-28 Narasimha Sharoff <nsh...@us...> + + * providerDrv.c: + [ 2727918 ] blob has leak in Enumqualifiers + 2011-09-27 Chris Buccella <buc...@li...> * cimcClientSfcbLocal.c: |
From: Narasimha S. <nsh...@us...> - 2011-09-29 07:15:10
|
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 9525b06191bf0b23eb3d6b5d14074c6e50c04cd7 (commit) from 0ad8e7634e9b7b6aa1872310eaf7c4d3a0fdcd91 (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 9525b06191bf0b23eb3d6b5d14074c6e50c04cd7 Author: Narasimha Sharoff <nsh...@us...> Date: Thu Sep 29 00:12:58 2011 -0700 [2727918] blob has leak in EnumQualifier ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index 718a8a8..fcb142b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-28 Narasimha Sharoff <nsh...@us...> + + * providerDrv.c: + [ 2727918 ] blob has leak in EnumQualifiers + 2011-09-27 Chris Buccella <buc...@li...> * cimcClientSfcbLocal.c: diff --git a/NEWS b/NEWS index 450545b..5cde8ce 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,7 @@ Bugs fixed: - 3400114 sfcb fails to start with ipv6 disabled - 3310192 32bit sfcbmof fails to run x86_64 - 3413031 fixes to perform check before calling free +- 2727918 blob has leak in EnumQualifiers Changes in 1.4.1 ================ diff --git a/providerDrv.c b/providerDrv.c index 38f4335..2d1c188 100644 --- a/providerDrv.c +++ b/providerDrv.c @@ -3246,7 +3246,23 @@ processProviderInvocationRequestsThread(void *prms) if (req->operation == OPS_LoadProvider && resp->rc == 2) exit(-1); } + + /* SF:2727918, Bugzilla:51733 - memory leak fix */ +#ifdef HAVE_QUALREP + if ((req->operation == OPS_GetQualifier) + || (req->operation == OPS_EnumerateQualifiers)) { + for (i = 0; i < resp->count; i++) { + if (resp->object[i].data) { + free(resp->object[i].data); + resp->object[i].data = NULL; + } + } + } + free(resp); + resp = NULL; +#else free(resp); +#endif } tool_mm_flush(); hooks/post-receive -- SFCB - Small Footprint CIM Broker |
From: Chris B. <buc...@us...> - 2011-09-27 15:33:10
|
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 0ad8e7634e9b7b6aa1872310eaf7c4d3a0fdcd91 (commit) from 066e76dd6fdc1a0864c6aabf99d46d6c79c0c6d0 (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 0ad8e7634e9b7b6aa1872310eaf7c4d3a0fdcd91 Author: buccella <buc...@li...> Date: Tue Sep 27 11:33:11 2011 -0400 [ 3414482 ] Compiler warning in cimcClientSfcbLocal ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index 165f9bb..718a8a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-09-27 Chris Buccella <buc...@li...> + * cimcClientSfcbLocal.c: + [ 3414482 ] Compiler warning in cimcClientSfcbLocal + * cimXmlOps.y: [ 3414236 ] updateMethodParamTypes uses incorrect qualifier count diff --git a/NEWS b/NEWS index 571a35c..450545b 100644 --- a/NEWS +++ b/NEWS @@ -85,6 +85,7 @@ Bugs Fixed: - 3393324 sfcb process abort in IndCIMXMLHandlerInvokeMethod - 3398337 Namespaces of filter and handler for IndSub not checked - 3414236 updateMethodParamTypes uses incorrect qualifier count +- 3414482 Compiler warning in cimcClientSfcbLocal Changes in 1.3.12 ================= diff --git a/cimcClientSfcbLocal.c b/cimcClientSfcbLocal.c index ba7f17e..f92e579 100644 --- a/cimcClientSfcbLocal.c +++ b/cimcClientSfcbLocal.c @@ -1208,7 +1208,7 @@ static CMPIValue convertFromStringValue(CMPIValue strcval, { char *sval = NULL; char *scheck = NULL; - CMPIValue newcval; + CMPIValue newcval = {CMPI_null}; _SFCB_ENTER(TRACE_CIMXMLPROC, "convertFromStringValue"); @@ -1216,7 +1216,7 @@ static CMPIValue convertFromStringValue(CMPIValue strcval, // incoming array type must match expected array type if (!(xtype & CMPI_ARRAY) && (strctype & CMPI_ARRAY)) { if (prc) CMSetStatus(prc, CMPI_RC_ERR_INVALID_PARAMETER); - return newcval; + return newcval; } if (CMPI_chars == strctype) { hooks/post-receive -- SFCB - Small Footprint CIM Broker |
From: Chris B. <buc...@us...> - 2011-09-27 15:31:51
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv30513 Modified Files: cimcClientSfcbLocal.c ChangeLog NEWS Log Message: [ 3414482 ] Compiler warning in cimcClientSfcbLocal Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.612 retrieving revision 1.613 diff -u -d -r1.612 -r1.613 --- NEWS 27 Sep 2011 15:00:17 -0000 1.612 +++ NEWS 27 Sep 2011 15:31:48 -0000 1.613 @@ -15,6 +15,7 @@ - 3412033 New files from 3313833 missed release tarball - 3413031 fixes to perform check before calling free - 3414236 updateMethodParamTypes uses incorrect qualifier count +- 3414482 Compiler warning in cimcClientSfcbLocal Changes in 1.3.12 ================= Index: cimcClientSfcbLocal.c =================================================================== RCS file: /cvsroot/sblim/sfcb/cimcClientSfcbLocal.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- cimcClientSfcbLocal.c 10 Jun 2011 17:57:45 -0000 1.42 +++ cimcClientSfcbLocal.c 27 Sep 2011 15:31:48 -0000 1.43 @@ -1180,7 +1180,7 @@ { char *sval = NULL; char *scheck = NULL; - CMPIValue newcval; + CMPIValue newcval = {CMPI_null}; _SFCB_ENTER(TRACE_CIMXMLPROC, "convertFromStringValue"); Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/sfcb/ChangeLog,v retrieving revision 1.688 retrieving revision 1.689 diff -u -d -r1.688 -r1.689 --- ChangeLog 27 Sep 2011 15:00:17 -0000 1.688 +++ ChangeLog 27 Sep 2011 15:31:48 -0000 1.689 @@ -1,5 +1,8 @@ 2011-09-27 Chris Buccella <buc...@li...> + * cimcClientSfcbLocal.c: + [ 3414482 ] Compiler warning in cimcClientSfcbLocal + * cimXmlRequest.c: [ 3414236 ] updateMethodParamTypes uses incorrect qualifier count |
From: Chris B. <buc...@us...> - 2011-09-27 15:17:39
|
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 066e76dd6fdc1a0864c6aabf99d46d6c79c0c6d0 (commit) from cef7763a00d57524e2e518efdf8ee7a3290ca84d (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 066e76dd6fdc1a0864c6aabf99d46d6c79c0c6d0 Author: buccella <buc...@li...> Date: Tue Sep 27 11:17:36 2011 -0400 [ 3414236 ] updateMethodParamTypes uses incorrect qualifier count ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index 698ff67..165f9bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-27 Chris Buccella <buc...@li...> + + * cimXmlOps.y: + [ 3414236 ] updateMethodParamTypes uses incorrect qualifier count + 2011-09-22 Narasimha Sharoff <nsh...@us...> * providerDrv.c, result.c, support.c diff --git a/NEWS b/NEWS index 1446b58..571a35c 100644 --- a/NEWS +++ b/NEWS @@ -81,9 +81,10 @@ Changes in 1.3.13 Bugs Fixed: -- [ 3386391 ] HOST_NAME_MAX undefined -- [ 3393324 ] sfcb process abort in IndCIMXMLHandlerInvokeMethod -- [ 3398337 ] Namespaces of filter and handler for IndSub not checked +- 3386391 HOST_NAME_MAX undefined +- 3393324 sfcb process abort in IndCIMXMLHandlerInvokeMethod +- 3398337 Namespaces of filter and handler for IndSub not checked +- 3414236 updateMethodParamTypes uses incorrect qualifier count Changes in 1.3.12 ================= diff --git a/cimXmlOps.y b/cimXmlOps.y index 21699b3..4d79674 100644 --- a/cimXmlOps.y +++ b/cimXmlOps.y @@ -1478,10 +1478,10 @@ updateMethodParamTypes(RequestHdr * hdr) if (param && (ptok->type & CMPI_instance)) { int isEI = 0; int qcount = - ClClassGetMethParmQualifierCount(cl, meth, i); + ClClassGetMethParmQualifierCount(cl, meth, p); for (; qcount > 0; qcount--) { char *qname; - ClClassGetMethParamQualifierAt(cl, param, qcount, NULL, &qname); + ClClassGetMethParamQualifierAt(cl, param, (qcount - 1), NULL, &qname); if (strcmp(qname, "EmbeddedInstance") == 0) { // fprintf(stderr, " is EmbeddedInstance\n"); isEI = 1; hooks/post-receive -- SFCB - Small Footprint CIM Broker |
From: Chris B. <buc...@us...> - 2011-09-27 15:06:50
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv28038 Modified Files: cimXmlRequest.c Log Message: [ 3414236 ] updateMethodParamTypes uses incorrect qualifier count Index: cimXmlRequest.c =================================================================== RCS file: /cvsroot/sblim/sfcb/cimXmlRequest.c,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- cimXmlRequest.c 27 Sep 2011 15:00:17 -0000 1.63 +++ cimXmlRequest.c 27 Sep 2011 15:06:48 -0000 1.64 @@ -2037,7 +2037,6 @@ if (param && (ptok->type & CMPI_instance)) { int isEI = 0; int qcount = ClClassGetMethParmQualifierCount(cl, meth, p); - fprintf(stderr, "qcount is %d\n", qcount); for (; qcount > 0; qcount--) { char* qname; ClClassGetMethParamQualifierAt(cl, param, (qcount-1), NULL, &qname); |
From: Chris B. <buc...@us...> - 2011-09-27 15:00:20
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv26261 Modified Files: cimXmlRequest.c ChangeLog NEWS Log Message: [ 3414236 ] updateMethodParamTypes uses incorrect qualifier count Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.611 retrieving revision 1.612 diff -u -d -r1.611 -r1.612 --- NEWS 23 Sep 2011 20:21:28 -0000 1.611 +++ NEWS 27 Sep 2011 15:00:17 -0000 1.612 @@ -14,6 +14,7 @@ - 3400114 sfcb fails to start with ipv6 disabled - 3412033 New files from 3313833 missed release tarball - 3413031 fixes to perform check before calling free +- 3414236 updateMethodParamTypes uses incorrect qualifier count Changes in 1.3.12 ================= Index: cimXmlRequest.c =================================================================== RCS file: /cvsroot/sblim/sfcb/cimXmlRequest.c,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- cimXmlRequest.c 8 Jun 2011 22:00:12 -0000 1.62 +++ cimXmlRequest.c 27 Sep 2011 15:00:17 -0000 1.63 @@ -2036,10 +2036,11 @@ would have type as string. Check here to not fail the else-if below. */ if (param && (ptok->type & CMPI_instance)) { int isEI = 0; - int qcount = ClClassGetMethParmQualifierCount(cl, meth, i); + int qcount = ClClassGetMethParmQualifierCount(cl, meth, p); + fprintf(stderr, "qcount is %d\n", qcount); for (; qcount > 0; qcount--) { char* qname; - ClClassGetMethParamQualifierAt(cl, param, qcount, NULL, &qname); + ClClassGetMethParamQualifierAt(cl, param, (qcount-1), NULL, &qname); if (strcmp(qname, "EmbeddedInstance") == 0) { // fprintf(stderr, " is EmbeddedInstance\n"); isEI = 1; Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/sfcb/ChangeLog,v retrieving revision 1.687 retrieving revision 1.688 diff -u -d -r1.687 -r1.688 --- ChangeLog 23 Sep 2011 20:20:58 -0000 1.687 +++ ChangeLog 27 Sep 2011 15:00:17 -0000 1.688 @@ -1,3 +1,8 @@ +2011-09-27 Chris Buccella <buc...@li...> + + * cimXmlRequest.c: + [ 3414236 ] updateMethodParamTypes uses incorrect qualifier count + 2011-09-23 Narasimha Sharoff <nsh...@us...> * providerDrv.c, support.c, result.c |
From: Narasimha S. <nsh...@us...> - 2011-09-23 20:21:30
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv7580 Modified Files: NEWS Log Message: [3413031] fixes to perform check before calling free Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.610 retrieving revision 1.611 diff -u -d -r1.610 -r1.611 --- NEWS 21 Sep 2011 14:50:20 -0000 1.610 +++ NEWS 23 Sep 2011 20:21:28 -0000 1.611 @@ -13,6 +13,7 @@ - 3398337 Namespaces of filter and handler for IndSub not checked - 3400114 sfcb fails to start with ipv6 disabled - 3412033 New files from 3313833 missed release tarball +- 3413031 fixes to perform check before calling free Changes in 1.3.12 ================= |
From: Narasimha S. <nsh...@us...> - 2011-09-23 20:21:00
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv7520 Modified Files: ChangeLog Log Message: [3413031] fixes to perform check before calling free Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/sfcb/ChangeLog,v retrieving revision 1.686 retrieving revision 1.687 diff -u -d -r1.686 -r1.687 --- ChangeLog 21 Sep 2011 14:50:20 -0000 1.686 +++ ChangeLog 23 Sep 2011 20:20:58 -0000 1.687 @@ -1,3 +1,8 @@ +2011-09-23 Narasimha Sharoff <nsh...@us...> + + * providerDrv.c, support.c, result.c + [ 3413031 ] fixes to perform check before calling free + 2011-09-21 Chris Buccella <buc...@li...> * Makefile.am: |