-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct security level in jni implementation
During refactoring, I changed the value of LOGON_DACL from 1 to 2 but missed the inline usage of this constant. This was easy to miss because sbt server always uses the jna implementation which was setting the correct security level. This bug would not likely have been noticed in the sbt client because the client, which is the only consumer of the jni implementation, doesn't create named pipes. For this reason, I only noticed the issue when looking at the commit diff when commenting in #3.
- Loading branch information
Showing
3 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.