Opened on 09/26/2017 at 01:21:09 PM
Closed on 10/02/2017 at 02:13:49 PM
#5792 closed defect (fixed)
Analysis Issue - Potential null dereference
| Reported by: | CraftyDeano | Assignee: | CraftyDeano |
|---|---|---|---|
| Priority: | Unknown | Milestone: | |
| Module: | Adblock-Plus-for-iOS/macOS | Keywords: | |
| Cc: | ashephard, dzhang | Blocked By: | |
| Blocking: | Platform: | iOS | |
| Ready: | no | Confidential: | no |
| Tester: | Unknown | Verified working: | no |
| Review URL(s): | |||
Description (last modified by CraftyDeano)
Xcode static analyser highlights the following issues:
Assertion: Potential null dereference. According to coding standards in 'Creating and Returning NSError Objects' the parameter may be null File: adblockplussafariios/AdblockPlusSafari/AdblockPlus+ActivityChecking.m:69 Assertion: Potential null dereference. According to coding standards in 'Creating and Returning NSError Objects' the parameter may be null File: adblockplussafariios/AdblockPlusSafari/AdblockPlus+ActivityChecking.m:63
Add checks to error to ensure its not NULL as per Apples Documentation.
Attachments (0)
Change History (3)
Note: See
TracTickets for help on using
tickets.

Landed