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

Fix faulty memory access in Util's User custom actions #548

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

robmen
Copy link
Member

@robmen robmen commented Jul 15, 2024

Generally, clean up the handling of getting the domain from a server name by centralizing and simplifying it behind an improved GetDomainFromServerName() based on the buggy GetServerName().

Fixes wixtoolset/issues#8576

Generally, clean up the handling of getting the domain from a server name by
centralizing and simplifying it behind an improved GetDomainFromServerName()
based on the buggy GetServerName().

Fixes 8576
@robmen robmen marked this pull request as ready for review July 15, 2024 09:58
Copy link
Member

@barnson barnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK if freeing is OK

src/ext/Util/ca/utilca.cpp Show resolved Hide resolved
@robmen robmen merged commit 6bd80b5 into main Jul 15, 2024
3 checks passed
@robmen robmen deleted the robmen/8576-usermem branch July 15, 2024 19:09
@github-actions github-actions bot locked and limited conversation to collaborators Jul 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use after free when Util:User CreateUser functionality used
2 participants