Merge branch 'master' of github.com:libvips/libvips
This commit is contained in:
commit
1de2947d51
@ -547,7 +547,9 @@ read_header( Read *read, VipsImage *out )
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( read->width <= 0 ||
|
if( read->width <= 0 ||
|
||||||
read->height <= 0 ) {
|
read->height <= 0 ||
|
||||||
|
read->width > 0x3FFF ||
|
||||||
|
read->height > 0x3FFF ) {
|
||||||
vips_error( "webp", "%s", _( "bad image dimensions" ) );
|
vips_error( "webp", "%s", _( "bad image dimensions" ) );
|
||||||
return( -1 );
|
return( -1 );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user