mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 11:28:02 +02:00
script: Set decompression length prior to calling decompressors
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59224 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
6639c12310
commit
768b81b78e
1 changed files with 1 additions and 1 deletions
|
|
@ -2961,7 +2961,7 @@ _image_read_raw (csi_t *ctx,
|
|||
len == src->datum.string->deflate)
|
||||
{
|
||||
csi_string_t *s = src->datum.string;
|
||||
unsigned long out;
|
||||
unsigned long out = s->deflate;
|
||||
|
||||
switch (s->method) {
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue