[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: libxml on OpenVMS (was RE: [xml] Release of libxml2-2.5.7)



On Fri, Apr 25, 2003 at 12:41:25PM -0500, Craig A. Berry wrote:
> At 10:47 AM +0100 4/25/03, Mark.Itzcovitz wrote:
> the array bounds in relaxng.c) may be actual coding errors.
> 
>         input->filename = xmlCanonicPath(filename);

   Yeah, actually gcc reported those, I should have made a cleanup pass
on the warnings, see also:
    http://bugzilla.gnome.org/show_bug.cgi?id=111574

> at line number 791 in file BRIANA$DKB100:[CRAIG.LIBXML2-2_5_7]CATALOG.C;1
> ***************
>                 outtmp[2] = ((intmp[2] & 0x03) << 6) | (intmp[3] & 0x3F);
> ..............................................................^
> %CC-I-SUBSCRBOUNDS, In this statement, an array is being accessed outside the bounds specified for the array type.
> at line number 2939 in file BRIANA$DKB100:[CRAIG.LIBXML2-2_5_7]XMLREADER.C;1
> ***************
>     msg[1000] = 0;
> ........^
> %CC-I-SUBSCRBOUNDS, In this statement, an array is being accessed outside the bounds specified for the array type.
> at line number 1994 in file BRIANA$DKB100:[CRAIG.LIBXML2-2_5_7]RELAXNG.C;1
> ***************
>         xmlFreeDoc(ctxt->doc);
> ...................^
> %CC-W-PTRMISMATCH, In this statement, the referenced type of the pointer value "ctxt->doc" is "struct _xmlRelaxNGDocument", which is not compatible with "struct _xmlDoc".
> at line number 6555 in file BRIANA$DKB100:[CRAIG.LIBXML2-2_5_7]RELAXNG.C;1

   Those 2 look more serious, I will try to fix them soon,

     thanks,

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]