-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct Error Handling When /CopyDomain Processes Corrupt ACL
- Address error handling in /CopyDomain where a corrupt ACL could cause a crash due to SetEntriesInAcl() returning an invalid pointer. - Updated and signed binaries for 1.10.0.3.
- Loading branch information
1 parent
d0029d9
commit 746027f
Showing
5 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#pragma once | ||
|
||
#define VERSION_STRING "1.10.0.2" | ||
#define VERSION_COMMA 1,10,0,2 | ||
#define VERSION_STRING "1.10.0.3" | ||
#define VERSION_COMMA 1,10,0,3 |