Learn more about cloning repositories
You have read-only access
Fix Objective-C static analysis warnings. (#20417) Replace most usages of [NSString stringWithUTF8String:] with checked helper function. The issue is that the former can return nil.