You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/07/10 17:05:47 UTC

DO NOT REPLY [Bug 20074] - add() method in IntegerArray class doesn't properly handle _size==0

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20074>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20074

add() method in IntegerArray class doesn't properly handle _size==0

mkwan@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mkwan@ca.ibm.com  2003-07-10 15:05 -------
The problem was fixed in IntegerArray.clone(). This is the only place where an 
IntegerArray of size 0 can be created.