We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At least on Windows, naett seems to leak some strings set by stringSetter.
Report after running (it just leaks the user agent string):
C:\dev\ppsspp\ext\naett\naett.c(154) : {4247868} normal block at 0x0000021496CEE120, 31 bytes long. Data: <PPSSPP/v1.16.5-1> 50 50 53 53 50 50 2F 76 31 2E 31 36 2E 35 2D 31 C:\dev\ppsspp\ext\naett\naett.c(154) : {4243564} normal block at 0x0000021496CE9E00, 31 bytes long. Data: <PPSSPP/v1.16.5-1> 50 50 53 53 50 50 2F 76 31 2E 31 36 2E 35 2D 31 C:\dev\ppsspp\ext\naett\naett.c(154) : {4241788} normal block at 0x0000021496CEE1E0, 31 bytes long. Data: <PPSSPP/v1.16.5-1> 50 50 53 53 50 50 2F 76 31 2E 31 36 2E 35 2D 31 C:\dev\ppsspp\ext\naett\naett.c(154) : {4067325} normal block at 0x0000021496CE8D80, 31 bytes long. Data: <PPSSPP/v1.16.5-1> 50 50 53 53 50 50 2F 76 31 2E 31 36 2E 35 2D 31
naett.c(154) is simply char* stringCopy = strdup(param->string);.
char* stringCopy = strdup(param->string);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At least on Windows, naett seems to leak some strings set by stringSetter.
Report after running (it just leaks the user agent string):
naett.c(154) is simply
char* stringCopy = strdup(param->string);
.The text was updated successfully, but these errors were encountered: