[pywin32-bugs] [ pywin32-Bugs-2392746 ] GetNamedSecurityInfo crashes Python with SE_LMSHARE
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-12-05 14:21:18
|
Bugs item #2392746, was opened at 2008-12-05 14:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2392746&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tim Golden (tjgolden) Assigned to: Nobody/Anonymous (nobody) Summary: GetNamedSecurityInfo crashes Python with SE_LMSHARE Initial Comment: This code causes Python to crash completely. Python 2.6; pywin32 212; Win XP SP3. Haven't looked at the source yet nor run it through the debugger. import win32security win32security.GetNamedSecurityInfo ( "C$", win32security.SE_LMSHARE, win32security.OWNER_SECURITY_INFORMATION ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2392746&group_id=78018 |