
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Debian Linux, x86_64, AMD x2 64bit, OpenJPEG, ATI Radeon Xpress 1100
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
VWR-123
OpenJPEG meta decode, Second Life patches
|
|
|
|
|
|
|
|
| Source Version: |
FL-1.13.3.57679
|
| Linden Lab Issue ID: |
DEV-3764
|
| Patch attached: |
Patch attached
|
patch against slviewer-src-FL-1.13.3.57679.tar.gz
LLImageJ2COJ::getMetadata returns an integer, 0 fail, 1 succeed but both data paths return 1 I guess that means it never figures out that the decode fails.
If the image decode failed, return false not true. It helps to toss out invalid images,
[ERROR] tcd_decode: incomplete bistream
|
|
Description
|
patch against slviewer-src-FL-1.13.3.57679.tar.gz
LLImageJ2COJ::getMetadata returns an integer, 0 fail, 1 succeed but both data paths return 1 I guess that means it never figures out that the decode fails.
If the image decode failed, return false not true. It helps to toss out invalid images,
[ERROR] tcd_decode: incomplete bistream |
Show » |
|
VWR-123fixes this issue in addition to others.