Opened 23 months ago
Closed 23 months ago
#6284 closed change (fixed)
Unwrap optionals safely in filter list operations
Reported by: | dzhang | Assignee: | dzhang |
---|---|---|---|
Priority: | Unknown | Milestone: | Adblock-Plus-for-iOS-next |
Module: | Adblock-Plus-for-iOS/macOS | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Platform: | iOS | |
Ready: | no | Confidential: | no |
Tester: | Unknown | Verified working: | no |
Review URL(s): |
Description
Background
From #5551, there are a few instances of forced unwrapping where nil is not safely checked.
What to change
Rewrite instances of unsafe optional unwrapping to be safe.
Change History (2)
comment:1 Changed 23 months ago by dzhang
- Review URL(s) modified (diff)
- Status changed from new to reviewing
comment:2 Changed 23 months ago by dzhang
- Resolution set to fixed
- Status changed from reviewing to closed
Note: See
TracTickets for help on using
tickets.