[pywin32-bugs] [ pywin32-Patches-732056 ] Fix memory leak in security descriptor functions
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-07-29 06:48:25
|
Patches item #732056, was opened at 2003-05-04 14:06 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=732056&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Roger Upole (rupole) Assigned to: Nobody/Anonymous (nobody) Summary: Fix memory leak in security descriptor functions Initial Comment: In function that converts security descriptor to absolute format, minium amount of memory for ACL's and Sid's was allocated, but if SACL, DACL, owner sid or group sid was not present it was never freed. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2003-07-29 16:48 Message: Logged In: YES user_id=14198 Thanks! Checking in PySECURITY_DESCRIPTOR.cpp; new revision: 1.9; previous revision: 1.8 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=732056&group_id=78018 |