[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    [jira] [Closed] (VFS-356) RamFileRandomAccessContent.seek() allows
From:       "Miroslav Pokorny (Closed) (JIRA)" <jira () apache ! org>
Date:       2011-09-30 0:23:45
Message-ID: 1924215822.9854.1317342225700.JavaMail.tomcat () hel ! zones ! apache ! org
[Download RAW message or body]


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

Miroslav Pokorny closed VFS-356.
--------------------------------


!:)
                
> RamFileRandomAccessContent.seek() allows seeking before file start.
> -------------------------------------------------------------------
> 
> Key: VFS-356
> URL: https://issues.apache.org/jira/browse/VFS-356
> Project: Commons VFS
> Issue Type: Bug
> Affects Versions: 1.0
> Environment: None.
> Reporter: Miroslav Pokorny
> Fix For: 2.1
> 
> 
> MRAC simply calls RFRAC with no attempt to clip pos which results in filepoitner \
> being set to negative values which are wrong. MonitorRandomAccessContent {
> public void seek(long pos) throws IOException
> {
> content.seek(pos);
> }
> }
> RamFileRandomAccessContent
> public void seek(long pos) throws IOException {
> this.filePointer = (int) pos;
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: \
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more \
information on JIRA, see: http://www.atlassian.com/software/jira

        


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic