-
Multiple buffer overruns in dataValueToString() due to allocating a buffer of insufficient size.
2009-11-05 17:28:04 UTC in Standards Based Linux Instrumentation
-
bartw committed revision 1175 to the OMC - Open Management with CIM SVN repository, changing 1 files.
2009-11-04 17:25:48 UTC in OMC - Open Management with CIM
-
This patch is still not committed. Any reason why?.
2009-11-03 18:10:48 UTC in Standards Based Linux Instrumentation
-
When the patch associated with tracker# 2172888 was applied, the following was missed:
--- ./httpAdapter.c.orig0270 2009-11-03 09:24:47.000000000 -0700
+++ ./httpAdapter.c 2009-11-03 09:25:02.000000000 -0700
@@ -949,7 +949,7 @@ static int doHttpRequest(CommHndl conn_f
}
len = inBuf.content_length;
- if (len == 0) {
+ if (len == UINT_MAX) {
if (!discardInput) {.
2009-11-03 16:31:50 UTC in Standards Based Linux Instrumentation
-
bartw changed the public information on the PyWBEM project.
2009-07-30 16:33:11 UTC in PyWBEM
-
bartw changed the public information on the PyWBEM project.
2009-07-30 16:31:36 UTC in PyWBEM
-
The Pegasus client pads leading zeros to the value of Content-Length. SFCB incorrectly interprets this as an octal value. RFC 2616 says that content-length is a decimal value, so we should assume that even if it is padded with leading zeros.
Also, we should check errno after calling strtoul().
2009-06-10 23:10:34 UTC in Standards Based Linux Instrumentation
-
The MOF compiler used by sfcbrepos won't allow a property called "scope". There are probably other keywords that are also broken in this way.
$ sfcbrepos -f
error in .mof line 158 near SCOPE: syntax error
Failed compiling the MOF files.
2009-06-02 02:48:17 UTC in Standards Based Linux Instrumentation
-
bartw committed revision 567 to the PyWBEM SVN repository, changing 2 files.
2009-06-02 02:44:34 UTC in PyWBEM
-
The EmbeddedInstance attribute is missing for arrays of embedded instance output parameters. The attribute should be present on the PARAMVALUE element.
2009-06-02 02:27:09 UTC in Standards Based Linux Instrumentation