summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [libpng14] Imported from libpng-1.4.22.tarv1.4.22libpng14Glenn Randers-Pehrson2017-09-2832-97/+92
|
* [libpng14] Imported from libpng-1.4.22rc01.tarv1.4.22rc01Glenn Randers-Pehrson2017-09-2032-86/+93
|
* [libpng14] Bump version to 1.4.22beta03Glenn Randers-Pehrson2017-09-1429-76/+80
|
* [libpng14] Imported from libpng-1.4.22beta02.tarv1.4.22beta02Glenn Randers-Pehrson2017-09-1418-30/+30
|
* [libpng14] Fixed incorrect typecast of some arguments to png_malloc() andGlenn Randers-Pehrson2017-09-033-15/+21
| | | | | png_calloc() that were png_uint_32 instead of png_alloc_size_t (Bug report by "irwir" in Github libpng issue #175).
* [libpng14] Mention CVE-2017-12652 in CHANGES.Glenn Randers-Pehrson2017-09-031-0/+1
|
* [libpng14] Bump version to 1.4.22beta02Glenn Randers-Pehrson2017-09-0331-100/+110
|
* [libpng14] Imported from libpng-1.4.22beta01.tarv1.4.22beta01Glenn Randers-Pehrson2017-08-281-1/+1
|
* [libpng14] Bump version to 1.4.22beta01Glenn Randers-Pehrson2017-08-2834-99/+123
|
* [libpng14] Imported from libpng-1.4.21.tarv1.4.21Glenn Randers-Pehrson2017-08-2433-91/+93
|
* [libpng14] Imported from libpng-1.4.21rc01.tarv1.4.21rc01Glenn Randers-Pehrson2017-08-1834-108/+144
|
* [libpng14] Imported from libpng-1.4.21beta01.tarv1.4.21beta01Glenn Randers-Pehrson2017-08-0713-25/+25
|
* [libpng14] Update change dates and copyright years in recently-changed filesGlenn Randers-Pehrson2017-08-073-6/+9
|
* [lbpng14] Moved chunk-name and chunk-length checks into PNG_EXTERN privateGlenn Randers-Pehrson2017-08-065-22/+82
| | | | | png_check_chunk_name() and png_check_chunk_length() functions (Suggested by Max Stepin).
* [libpng14] Bump version to 1.4.21beta01Glenn Randers-Pehrson2016-12-3032-101/+100
|
* [libpng14] Imported from libpng-1.4.20.tarv1.4.20Glenn Randers-Pehrson2016-12-291-1/+1
|
* [libpng14] Fixed a potential null pointer dereference in png_set_text_2()Glenn Randers-Pehrson2016-12-293-0/+5
| | | | (bug report and patch by Patrick Keshishian)
* [libpng14] Bump version to 1.4.20Glenn Randers-Pehrson2016-12-2931-87/+87
|
* [libpng14] Imported from libpng-1.4.20rc01.tarv1.4.20rc01Glenn Randers-Pehrson2016-12-2731-85/+85
|
* [libpng14] No changes.Glenn Randers-Pehrson2016-12-263-7/+7
|
* [libpng14] Suppress warning about unused png_digit[] array in pngerror.c.Glenn Randers-Pehrson2016-08-071-4/+4
|
* [libpng14] Fixed undefined behavior in png_push_save_buffer(). Do not callGlenn Randers-Pehrson2016-06-033-8/+17
| | | | memcpy() with a null source, even if count is zero (Leon Scroggins III).
* [libpng14] Bump version to 1.4.20beta01Glenn Randers-Pehrson2016-02-2913-21/+21
|
* [libpng14] Fix typos in libpng.3 synopses (Eric S. Raymond).Glenn Randers-Pehrson2016-02-293-21/+18
|
* [libpng14] Bump version to 1.4.20beta01, update copyright year to 2016Glenn Randers-Pehrson2016-01-0232-98/+105
|
* [libpng14] Imported from libpng-1.4.19.tarv1.4.19libpng-1.4.19-signedGlenn Randers-Pehrson2015-12-1732-89/+88
|
* [libpng14] Imported from libpng-1.4.19rc01.tarv1.4.19rc01Glenn Randers-Pehrson2015-12-1332-93/+93
|
* [libpng14] Remove new redundant prototype for png_check_keyword() from pngpriv.hGlenn Randers-Pehrson2015-12-131-5/+2
|
* [libpng14] Bump version to 1.4.19beta02Glenn Randers-Pehrson2015-12-1341-99/+107
|
* [libpng14] Moved png_check_keyword() from pngwutil.c to pngset.cGlenn Randers-Pehrson2015-12-134-138/+140
|
* [libpng14] Imported from libpng-1.4.19beta01.tarv1.4.19beta01Glenn Randers-Pehrson2015-12-1117-32/+32
|
* [libpng14] Bump version to 1.4.19beta01Glenn Randers-Pehrson2015-12-0931-82/+82
|
* [libpng14] Fixed an out-of-range read in png_check_keyword() (Bug report fromGlenn Randers-Pehrson2015-12-093-19/+20
| | | | Qixue Xiao).
* [libpng14] Imported from libpng-1.4.18.tarv1.4.18libpng-1.4.18-signedGlenn Randers-Pehrson2015-12-0231-98/+105
|
* [libpng14] Imported from libpng-1.4.18rc01.tarv1.4.18rc01Glenn Randers-Pehrson2015-11-2639-176/+184
|
* [libpng14] Imported from libpng-1.4.18beta02.tarv1.4.18beta02Glenn Randers-Pehrson2015-11-2315-27/+27
|
* [libpng14] Revert 12 -> 12U change in pngrutil.cGlenn Randers-Pehrson2015-11-221-1/+1
|
* [libpng14] Fixed bug recently introduced in png_set_PLTE() that uses png_ptrGlenn Randers-Pehrson2015-11-223-4/+8
| | | | not info_ptr.
* [libpng14] Bump version to 1.4.18beta02Glenn Randers-Pehrson2015-11-2231-84/+88
|
* [libpng14] Imported from libpng-1.4.18beta01.tarv1.4.18beta01Glenn Randers-Pehrson2015-11-2216-28/+28
|
* [libpng15] Use unsigned constants in buffer length comparisonsGlenn Randers-Pehrson2015-11-211-5/+6
|
* [lbpng14] Avoid potential pointer overflow in png_handle_iTXt(),Glenn Randers-Pehrson2015-11-133-7/+11
| | | | | png_handle_zTXt(), png_handle_sPLT(), and png_handle_pCAL() (Bug report by John Regehr).
* [libpng14] Bump version to 1.4.18beta01Glenn Randers-Pehrson2015-11-1333-123/+97
|
* [libpng14] Imported from libpng-1.4.17.tarv1.4.17Glenn Randers-Pehrson2015-11-1234-108/+94
|
* [libpng14] Clean up coding style in png_handle_PLTE()Glenn Randers-Pehrson2015-11-051-7/+10
|
* [libpng14] Imported from libpng-1.4.17rc04.tarv1.4.17rc04Glenn Randers-Pehrson2015-11-0533-95/+97
|
* [libpng14] Fixed new bug with CRC error after reading an over-length palette.Glenn Randers-Pehrson2015-11-041-2/+2
|
* [libpng14] Imported from libpng-1.4.17rc03.tarv1.4.17rc03Glenn Randers-Pehrson2015-11-0315-16/+16
|
* [libpng14] Clarified COPYRIGHT information to state explicitly that versionsGlenn Randers-Pehrson2015-11-036-406/+187
| | | | | are derived from previous versions. Removed much of the long list of previous versions from png.h and libpng.3.
* [libpng14] Bump version to 1.4.17rc03Glenn Randers-Pehrson2015-11-0329-78/+82
|