Skip to content

Fix broken hRSetServiceObjectSecurity method. #1776

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

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

covertivy
Copy link
Contributor

The method hRSetServiceObjectSecurity received a security descriptor as an argument but it was never used.
Also, the data type of the security descriptor in the RSetServiceObjectSecurity struct was incorrect, it should be BYTE_ARRAY.

The method hRSetServiceObjectSecurity received a security descriptor as an argument but it was never used.
Also, the type of the data in the RSetServiceObjectSecurity struct was incorrect, it should be BYTE_ARRAY.
@anadrianmanrique anadrianmanrique self-assigned this Jul 18, 2024
@anadrianmanrique anadrianmanrique added the in review This issue or pull request is being analyzed label Jul 18, 2024
@anadrianmanrique anadrianmanrique added medium Medium priority item and removed in review This issue or pull request is being analyzed labels Aug 14, 2024
@anadrianmanrique
Copy link
Collaborator

Thanks for the PR. Merging.

@anadrianmanrique anadrianmanrique merged commit dee1ab6 into fortra:master Aug 14, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium Medium priority item
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants