dmayer / idb

idb is a tool to simplify some common tasks for iOS pentesting and research
MIT License
942 stars 155 forks source link

Check for nil before attempting to open_url #70

Closed jakev closed 7 years ago

jakev commented 8 years ago

If a user enters an invalid URL in the fuzzing pane, an array with nil entries is returned. Each of these nil entries should be skipped.