From: Narasimha S. <nsh...@us...> - 2011-11-08 04:59:16
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv4043 Modified Files: cimXmlGen.c Log Message: [3419721] reset CMPIValue in str2CMPValue buffer Index: cimXmlGen.c =================================================================== RCS file: /cvsroot/sblim/sfcb/cimXmlGen.c,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- cimXmlGen.c 4 Aug 2011 21:40:35 -0000 1.74 +++ cimXmlGen.c 8 Nov 2011 04:59:13 -0000 1.75 @@ -339,6 +339,7 @@ CMPIValue value; CMPIType t = 0; + memset(&value, 0, sizeof(CMPIValue)); if (type==0) { type=guessType(val.value); } |