diff --git a/libvips/foreign/heifload.c b/libvips/foreign/heifload.c index 03e29103..777497e6 100644 --- a/libvips/foreign/heifload.c +++ b/libvips/foreign/heifload.c @@ -468,6 +468,8 @@ vips_foreign_load_heif_set_header( VipsForeignLoadHeif *heif, VipsImage *out ) printf( "metadata type = %s, length = %zu\n", type, length ); #endif /*DEBUG*/ + if( !length ) + continue; if( !(data = VIPS_ARRAY( out, length, unsigned char )) ) return( -1 ); error = heif_image_handle_get_metadata(