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

ASF subversion and git services commented on CB-9753:
-----------------------------------------------------

Commit 68e40437f48aa648e15653d74e007f5dbf5741ec in cordova-plugin-file's branch 
refs/heads/master from Thillaiganesh, C
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=68e4043 ]

Fix for CB-9753 : index out of bounds on requestFileSystem. This closes


> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to