Skip to content

apt-pkg: fixed type comparison in 64bit systems using memsize cast

Herman Semenov requested to merge GermanAizek/apt:main into main

More correct comparison sizeof and size_type types with memsize cast, rather than strict unsigned, which differs in size on different 32bit and 64bit architectures.

Edited by Herman Semenov

Merge request reports

Loading