Colleagues,
In CVS, exif-data.c version 1.85 includes this code:
if (s & 1)
(*ds)++;
But in the official release 0.6.12, the source code is
if (s & 1) *ds++;
This is a severe error and is highly likely to cause a crash (or worse,
a silent, impossible to find bug) whenever this line of code is executed.
Therefore, I believe that a new official release of libexif is urgently
needed.
--
David Arnstein
arn...@po...
|