[libpng16] Conditionally compile png_decompress_chunk().
This commit is contained in:
parent
2c0b7a8ff6
commit
8d091a640b
1
ANNOUNCE
1
ANNOUNCE
@ -95,6 +95,7 @@ Version 1.6.24rc01 [July 25, 2016]
|
|||||||
|
|
||||||
Version 1.6.24rc02 [August 1, 2016]
|
Version 1.6.24rc02 [August 1, 2016]
|
||||||
Conditionally compile SSE2 headers in contrib/intel/intel_sse.patch
|
Conditionally compile SSE2 headers in contrib/intel/intel_sse.patch
|
||||||
|
Conditionally compile png_decompress_chunk().
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
1
CHANGES
1
CHANGES
@ -5666,6 +5666,7 @@ Version 1.6.24rc01 [July 25, 2016]
|
|||||||
|
|
||||||
Version 1.6.24rc02 [August 1, 2016]
|
Version 1.6.24rc02 [August 1, 2016]
|
||||||
Conditionally compile SSE2 headers in contrib/intel/intel_sse.patch
|
Conditionally compile SSE2 headers in contrib/intel/intel_sse.patch
|
||||||
|
Conditionally compile png_decompress_chunk().
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -590,6 +590,7 @@ png_inflate(png_structrp png_ptr, png_uint_32 owner, int finish,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(PNG_READ_zTXt_SUPPORTED) || defined (PNG_READ_iTXt_SUPPORTED)
|
||||||
/*
|
/*
|
||||||
* Decompress trailing data in a chunk. The assumption is that read_buffer
|
* Decompress trailing data in a chunk. The assumption is that read_buffer
|
||||||
* points at an allocated area holding the contents of a chunk with a
|
* points at an allocated area holding the contents of a chunk with a
|
||||||
@ -754,6 +755,7 @@ png_decompress_chunk(png_structrp png_ptr,
|
|||||||
return Z_MEM_ERROR;
|
return Z_MEM_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif /* READ_zTXt || READ_iTXt */
|
||||||
#endif /* READ_COMPRESSED_TEXT */
|
#endif /* READ_COMPRESSED_TEXT */
|
||||||
|
|
||||||
#ifdef PNG_READ_iCCP_SUPPORTED
|
#ifdef PNG_READ_iCCP_SUPPORTED
|
||||||
|
Loading…
Reference in New Issue
Block a user