https://bugs.kde.org/show_bug.cgi?id=366621

--- Comment #14 from Maik Qualmann <metzping...@gmail.com> ---
Found a bug in checkAllocation()

std::numeric_limits<int>::max() //else on 64bit only 32bit max value

right is:

std::numeric_limits<size_t>::max()

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to