Michael Airey added the comment:
Did you try to use SubInACL tool by Microsoft? Perhaps, it can fix your issue.
Here, I'm adding references for the same i.e. download link & guide (Method
#13) to use it:
1. https://www.microsoft.com/en-in/download/details.aspx?id=23510
Michael Airey added the comment:
The error checking code for salg_name and salg_type have an off-by-one bug.
Must check that both strings are NUL terminated strings.
--
nosy: +resmord
___
Python tracker
<https://bugs.python.org/issue35
Michael Airey added the comment:
Try this - https://github.com/siddhesh/cpython/tree/func-cast
--
nosy: +resmord
___
Python tracker
<https://bugs.python.org/issue33