Skip to content

Fixing g_format_size_full() on Windows-x64

For some reasons, the buffer used in the Format struct was not long enough on Windows-x64 and the final null ('\0') character was omitted leading to a limited memory disclosure.

Also, probably related to issue #1469.

Merge request reports