Ticket #3079 (closed defect: invalid)
fix invalid png files
Reported by: | sbrabec | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
pkgfix (from the latest libpng) found following invalid PNG images in the installed mc-4.8.10:
IDAT TFB maximum 10 12 520 2600 /usr/share/pixmaps/mc.png
IDAT TFB maximum 10 12 520 2600 /usr/share/pixmaps/terminal.png
How to reproduce:
1) Attempt to open these files with an application using the latest png library.
Result: Decompression error in IDAT: invalid distance too far back
2)
find -name '*.png' | while read ; do pngfix "$REPLY" ; done | fgrep -v ' OK '
How to fix:
pngfix --out=mc_fixed.png mc.png
Change History
Note: See
TracTickets for help on using
tickets.
There no any png files in the MC source tree.
Send bugreport to bugzilla of your distro.