libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit d8842670fb553dae12157768adf07fef73104892
parent e4d4df359bf0078fb73d5cde7d5eb85f9c342a2a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  3 Jul 2005 20:24:17 +0000

update

Diffstat:
Asrc/plugins/exiv2/README | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/plugins/exiv2/README b/src/plugins/exiv2/README @@ -0,0 +1,13 @@ +This is an initial import of libexiv2 into libextractor. + +The current code has the following issues: + +* more memory leaks than the rest of LE combined and squared, + thus cannot be added by default +* previously generated header file is used (exv_conf.h), + should be merged with Extractor's config.h where needed; + unnecessary or bad checks should be eliminated +* lots of dead code +* possibly contains code that prints to stdout/stderr +* not sure if the parser is robust enough (needs testing) +