You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/17 14:19:14 UTC

[GitHub] [cordova-ios] msmtamburro opened a new issue #903: CDVURLSchemeHandler.m `startURLSchemeTask` data can be nil

msmtamburro opened a new issue #903:
URL: https://github.com/apache/cordova-ios/issues/903


   # Bug Report
   
   ## Problem
   
   A potentially nil value is passed to a method with a non-null specifier.  
   
   ### What is expected to happen?
   
   `didReceiveData` should not be called with a nil value
   
   ### What does actually happen?
   
   nil can be passed
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   This is a quick fix: just wrap line 78 with an if statement.
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-ios] dpogue closed issue #903: CDVURLSchemeHandler.m `startURLSchemeTask` data can be nil

Posted by GitBox <gi...@apache.org>.
dpogue closed issue #903:
URL: https://github.com/apache/cordova-ios/issues/903


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-ios] NiklasMerz commented on issue #903: CDVURLSchemeHandler.m `startURLSchemeTask` data can be nil

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on issue #903:
URL: https://github.com/apache/cordova-ios/issues/903#issuecomment-737473094


   Thank you for this report. This is indeed a problem I just submitted a pull request to fix this.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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