Files
wxWidgets/tests/image
dxbjavid 83d55d0a90 Fix one-byte over-read in IFF decomprle replicate packet
The replicate-run branch reads the packet's data byte after only
checking that one source byte remains, but it consumes two (the control
byte plus the data byte). A BODY ending in a lone replicate control byte
then reads one byte past the input buffer. Require two bytes left,
matching the literal-run check above.

Closes #26518.
2026-05-30 17:00:44 +02:00
..
2024-11-18 16:55:19 -08:00
2024-11-18 16:55:19 -08:00
2025-05-10 17:19:30 +02:00
…