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 broken hRSetServiceObjectSecurity method. #1776

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rkivys
Copy link

@rkivys rkivys commented Jul 12, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in review This issue or pull request is being analyzed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants