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
Hi all, This is Qianxin CodeSafe Team, we found a suspicious issue, allocating memory at
xrdp/xrdp/xrdp_egfx.c
Line 820 in 3f1c4b1
Line 821 in 3f1c4b1
Line 826 in 3f1c4b1
Line 828 in 3f1c4b1
The text was updated successfully, but these errors were encountered:
Thanks for the report. We're looking at it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi all,
This is Qianxin CodeSafe Team, we found a suspicious issue, allocating memory at
xrdp/xrdp/xrdp_egfx.c
Line 820 in 3f1c4b1
Assume that 'flagss' and NULL have different values at
xrdp/xrdp/xrdp_egfx.c
Line 821 in 3f1c4b1
and entry into circulation at
xrdp/xrdp/xrdp_egfx.c
Line 826 in 3f1c4b1
Assume that the condition is ture at
xrdp/xrdp/xrdp_egfx.c
Line 828 in 3f1c4b1
this will result in a memory leak of point 'flagss"
The text was updated successfully, but these errors were encountered: