[digikam] [Bug 374922] digiKam crashes when dropping ext. image into fuzzy search target area

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sat Jan 14 16:31:02 GMT 2017


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

caulier.gilles at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |5.5.0
         Resolution|---                         |FIXED
      Latest Commit|                            |https://commits.kde.org/dig
                   |                            |ikam/ad16da5e750fe012058efd
                   |                            |30b1f4a8ab4d60398b
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #5 from caulier.gilles at gmail.com ---
Git commit ad16da5e750fe012058efd30b1f4a8ab4d60398b by Gilles Caulier.
Committed on 14/01/2017 at 16:22.
Pushed by cgilles into branch 'master'.

fix crash when we populate Exif tags from Pentax makernotes ShutterCount.
This only occurs with Exiv2 0.26, not 0.25.
Change to use operator
   std::ostringstream << &Exiv2::ExifData::const_iterator
by
   Exiv2::ExifData::const_iterator->write(std::ostringstream, &Exiv2::ExifData)
as Exiv2::actions.cpp do to print Exif tags values.
Exerywhere, use Exiv2 metadata container const iterator when we use iterator in
read only.
FIXED-IN: 5.5.0

M  +2    -1    NEWS
M  +11   -11   libs/dmetadata/metaengine_exif.cpp
M  +4    -4    libs/dmetadata/metaengine_gps.cpp
M  +29   -29   libs/dmetadata/metaengine_image.cpp
M  +12   -12   libs/dmetadata/metaengine_iptc.cpp
M  +2    -2    libs/dmetadata/metaengine_p.cpp
M  +9    -9    libs/dmetadata/metaengine_xmp.cpp

https://commits.kde.org/digikam/ad16da5e750fe012058efd30b1f4a8ab4d60398b

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Digikam-devel mailing list