Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.15
Description
In QFileEngineIterator::advance implementations, the accessTime_ member of the QFileSystemMetaData out-parameter might remain uninitialized.
Either the QFileSystemMetaData default constructor should initialize all members, or the platform specific implementation of advance should zero out members that are not populated.
See Coverity issues 11399 and 11419.
A previous attempt to address the issue has been abandoned:
Given the comments, and the proposed solutions, zeroing out the accessTime_ member in the Windows implementation of QFileSystemIterator::advance might be sufficient.
Attachments
Issue Links
- mentioned in
-
Page Loading...