BFURL crash on initialization when target_url is null
Created by: ale84
when target_url is null in the url, a crash occurs in the method initWithURL:forOpenInboundURL:sourceApplication:forRenderBackToReferrerBar:
when control reaches this line:
_targetURL = target ? [NSURL URLWithString:target] : url;
target is of class NSNull