Skip to content
Commit 2ad15161 authored by Patrycja Rosa's avatar Patrycja Rosa Committed by Christoph Cullmann
Browse files

Fix sprintf buffer leaks on 32-bit systems

As qsizetype is [guaranteed to be the same size as size_t][1],
%6zx seems like the more appropriate option for it here.

[1]: https://doc.qt.io/qt-6/qttypes.html#qsizetype-typedef



Co-authored-by: default avatarTasos Sahanidis <tasos@tasossah.com>
parent 4ded5dd1
Pipeline #632706 passed with stage
in 18 minutes
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment