You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/07 19:50:40 UTC

[jira] [Commented] (CB-9753) index out of bounds on requestFileSystem

    [ https://issues.apache.org/jira/browse/CB-9753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15183447#comment-15183447 ] 

ASF GitHub Bot commented on CB-9753:
------------------------------------

Github user rakatyal commented on the pull request:

    https://github.com/apache/cordova-plugin-file/pull/164#issuecomment-193391342
  
    LGTM.


> index out of bounds on requestFileSystem
> ----------------------------------------
>
>                 Key: CB-9753
>                 URL: https://issues.apache.org/jira/browse/CB-9753
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>         Environment: cordova 5.3.3
> cordova ios 3.9.1
> cordova-plugin-file 2.0.0
> iOS
>            Reporter: Denis Babineau
>            Priority: Critical
>              Labels: Triaged, easyfix, iOS
>
> CDVFile.m's requestFileSystem: incorrectly checks the bounds of an array:
>     if (type > self.fileSystems.count) {
> should read:
>     if (type >= self.fileSystems.count) {



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org