Closed oleg68 closed 11 months ago
It is the first PR related to #1741
The reason of the crash was that:
m_File.Length()
This PR fixes crash when the field contains a directory name instead of the file name.
Fixing appearance of the directory name in this field by default will be a subject of a next PR.
It is the first PR related to #1741
The reason of the crash was that:
m_File.Length()
of the directory returned a negative value that was converted to a huge unsigned value.This PR fixes crash when the field contains a directory name instead of the file name.
Fixing appearance of the directory name in this field by default will be a subject of a next PR.