Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
4.8.2
-
None
Description
The QDir::setCurrent() function is not re-entrant (as documented) under Windows, since the ::SetCurrentDirectory() method it uses without protection is not re-entrant (as documented in the Win32 API).
Attachments
Issue Links
- relates to
-
QTBUG-105753 QDir is not re-entrant
- Closed