Comment 66 for bug 711061

Revision history for this message
Michael Catanzaro (mike-catanzaro) wrote :

Actually, both #1076 and #1078 are in the mj2 library, which Ubuntu disables with the -DBUILD_MJ2:BOOL=OFF CMake arg. Additionally, all of the cppcheck issues in #719 that are not under bin are in this mj2 library, except for one:

[lib/openjpip/j2kheader_manager.c:120]: (error) Uninitialized variable: COD

So I believe this is the only issue flagged by Seth that actually affects OpenJPEG when used as a library (and with mj2 library disabled).

Of course, the issues with the tools and mj2 library are not encouraging, but the situation doesn't seem as bad as I had thought.