You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org> on 2009/11/17 14:10:39 UTC

[jira] Closed: (XERCESC-1127) ABW: Array bounds write xercesc_2_4::HashBase::HashBase #Nvariant 1() [XMLString.hpp:1612]

     [ https://issues.apache.org/jira/browse/XERCESC-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-1127.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.1
         Assignee:     (was: Xerces-C Developers Mailing List)

The latest releases has been checked extensively with valgrind so I assume this has been fixed.

> ABW: Array bounds write xercesc_2_4::HashBase::HashBase #Nvariant 1() [XMLString.hpp:1612]
> ------------------------------------------------------------------------------------------
>
>                 Key: XERCESC-1127
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1127
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.4.0
>         Environment: Operating System: Solaris
> Platform: Other
>            Reporter: Greg Franks
>             Fix For: 3.0.1
>
>         Attachments: bugzilla
>
>
> This error is popping up during object allocation.  It may be that the xerces
> memory allocation is confusing purify, in which case, this is a non problem. 
> The stack trace is attached.
>     ABW        Array bounds write                      CORRUPTING
>      An ABW message indicates that your program is about to write
>      a value to before the beginning or after the end of an allo-
>      cated block.
>      Common causes include:
>        o  making an array too small (e.g. failing to account  for
>           the terminating NULL in a string);
>        o  forgetting to multiply by sizeof(type) when  allocating
>           for an array of objects;
>        o  using an array index too large or negative;
>        o  failing to NULL terminate a string; or
>        o  being off-by-one in copying  elements  up  or  down  an
>           array.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org