[Digikam-devel] [Bug 131301] Crash after add second image

Marcel Wiesweg marcel.wiesweg at gmx.de
Tue Jul 25 21:31:23 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=131301         




------- Additional Comments From marcel.wiesweg gmx de  2006-07-25 22:31 -------
The kioslave writes 4 bytes for "st_size", albumlister is reading 8 bytes, and attempting to read the string one byte off is fatal.

Could you please change digikam/albumlister.cpp, line 326
    off_t  size;
to
    size_t  size;

Perhaps off_t has 8 bytes on FreeBSD.



More information about the Digikam-devel mailing list