Skip to content
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

[V0.10] Coverity fixes #3411

Merged
merged 5 commits into from
Jan 29, 2025
Merged

Conversation

matt335672
Copy link
Member

Backport of #3394 and #3410 to V0.10

(cherry picked from commit 2a4b40a)
xrdp_wm_clear_popup() clears down a popup window, but does not
clear the pointer. This can potentially lead to a double-free on
the popup window bitmap.

(cherry picked from commit b56b2da)
The automated Coverity scan does not currently include neutrinordp

Two problems fixed:-
1) MAX_STATIC_CHANNELS at 31 is bigger than freerdp->sessings->channels
   (16)
2) pamusername in the mod parameters is assumed to be 256 bytes when
   it is written to.

(cherry picked from commit 8196314)
@matt335672 matt335672 merged commit 846887b into neutrinolabs:v0.10 Jan 29, 2025
13 checks passed
@matt335672 matt335672 deleted the v0_10_coverity branch January 29, 2025 09:26
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

Successfully merging this pull request may close these issues.

2 participants