[digikam] [Bug 366621] Crash when performing Transformation resize operation
Maik Qualmann via KDE Bugzilla
bugzilla_noreply at kde.org
Thu Aug 11 20:27:27 BST 2016
https://bugs.kde.org/show_bug.cgi?id=366621
--- Comment #14 from Maik Qualmann <metzpinguin at 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 the assignee for the bug.
More information about the Digikam-devel
mailing list