8000 Error on MSShairportServer - Format string is not a string literal · Issue #13 · joshaber/MacShairport · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Error on MSShairportServer - Format string is not a string literal #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
loretoparisi opened this issue Aug 29, 2013 · 0 comments
Open

Comments

@loretoparisi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0