Menu

#561 Byte Range Lock API incorrectly uses signed int for lock len

closed-fixed
nobody
win32 (141)
5
2012-01-02
2011-08-03
Rob Gardner
No

The win32 api for byte range locks, LockFileEx etc specifies unsigned (DWORD) arguments for the length of the lock. The Pywin32 api uses signed int, making it impossible to request some locks that would be allowed using the native wine32 api.

Discussion

  • Mark Hammond

    Mark Hammond - 2012-01-02
    • status: open --> closed-fixed
     
  • Mark Hammond

    Mark Hammond - 2012-01-02

    Fixed in 4182:57fc41295aa0