[pywin32-bugs] [ pywin32-Bugs-969926 ] Access violation in win32file.DecryptFile
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-06-09 21:32:40
|
Bugs item #969926, was opened at 2004-06-09 21:32 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=969926&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Joe Francia (scaba) Assigned to: Nobody/Anonymous (nobody) Summary: Access violation in win32file.DecryptFile Initial Comment: On both Windows 2000 and XP, decrypting an NTFS encrypted file or directory with win32file.DecryptFile() crashes Python. The decryption succeeds, but I get an access violation "instruction 0x00000000 referenced memory at 0x00000000". This happens with both normal and unicode strings passed as filenames. win32file.EncryptFile() works fine. I've attached the XP debug output. #Sample code import win32file win32file.EncryptFile('c:/temp/somefile.txt') win32file.DecryptFile('c:/temp/somefile.txt') ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=969926&group_id=78018 |