Skip to content

Fix sprintf buffer leaks on 32-bit systems

Patrycja Rosa requested to merge ptrcnull/kio:ssize into master

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

Co-authored-by: Tasos Sahanidis tasos@tasossah.com

Merge request reports