You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/03/25 08:53:25 UTC

[jira] Closed: (VFS-190) Infinite loops in RamFileRandomAccessContent

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

Henri Yandell closed VFS-190.
-----------------------------

    Resolution: Fixed

svn ci -m "Removed the recursive method call, and pointed the read(byte[]) to the read(byte[],int,int) method as per VFS-190" src//main/java/org/apache/commons/vfs/provider/ram/RamFileRandomAccessContent.java

Sending        src/main/java/org/apache/commons/vfs/provider/ram/RamFileRandomAccessContent.java
Transmitting file data .
Committed revision 640732.

> Infinite loops in RamFileRandomAccessContent
> --------------------------------------------
>
>                 Key: VFS-190
>                 URL: https://issues.apache.org/jira/browse/VFS-190
>             Project: Commons VFS
>          Issue Type: Bug
>         Environment: Fortify
>            Reporter: Henri Yandell
>             Fix For: 1.1
>
>         Attachments: VFS-190.patch
>
>
> Both close() and read(byte[]) in the anonymous InputStream in the constructor call themselves. 

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