Error on MSShairportServer - Format string is not a string literal · Issue #13 · joshaber/MacShairport · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for(NSString *piece in allPieces) {
unsigned short value = (unsigned short) [piece decimalValueFromHex];
value = (unsigned short) CFSwapInt16HostToBig(value);
[challengeString appendFormat:[[NSString alloc] initWithData:[NSData dataWithBytes:&value length:sizeof(value)] encoding:NSISOLatin1StringEncoding]];
}
/Users/loreto/Projects/SDK/MacShairport/Classes/MSShairportServer.m:469:43: Format string is not a string literal (potentially insecure)
MacOS X 10.8/64bit
The text was updated successfully, but these errors were encountered: