Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6194
blobcbf8e77fa20921bcb2a6104a162d20bd454b3eee
1 Title: Windows fileinfo: wrong size for files exceeding 4 GB
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1533653642
8 Class: fix
10 The sizes of files exceeding 4 GB were displayed wrong as
11 FILE_SIZE % 4 GB instead of the correct size. The bug was due to a
12 faulty implementation of C++ std::filesystem::file_size on Windows.
13 The workaround uses 'old' WinAPI for obtaining the correct file size.