Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
cordova 5.3.3
cordova ios 3.9.1
cordova-plugin-file 2.0.0
iOS
Description
CDVFile.m's requestFileSystem: incorrectly checks the bounds of an array:
if (type > self.fileSystems.count) {
should read:
if (type >= self.fileSystems.count) {
Attachments
Issue Links
- links to