| Summary: | RawEngine access beyond array bounds (cameraXYZMatrix) | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Mike Frysinger <vapier> |
| Component: | Plugin-DImg-RAW | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | caulier.gilles, tschenser |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 1.6.0 | |
| Sentry Crash Report: | |||
|
Description
Mike Frysinger
2010-10-12 01:58:40 UTC
This is true, indices should be [0..3][0..2], i will change that. SVN commit 1185210 by jmueller: Fix compiler warning BUGS: 253911 M +3 -3 dcrawinfocontainer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1185210 SVN commit 1185411 by cgilles: index to matrix must be inverted there, else we touch outside of allocated memory. CCBUGS: 253911 M +1 -1 dcrawinfocontainer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1185411 |