mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 17:32:22 -07:00
b686b072d5
All file handles created on Windows used to be made non-inheritable, by forcing the .Close_On_Exec flag in _open() function. In addition, there was an issue with security descriptor being freed before use, which has been fixed.