Fix CVE-2016-10092: http://bugzilla.maptools.org/show_bug.cgi?id=2620 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10092 https://security-tracker.debian.org/tracker/CVE-2016-10092 2016-12-03 Even Rouault * tools/tiffcrop.c: fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. Reported by Agostino Sarubbo. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2620 /cvs/maptools/cvsroot/libtiff/ChangeLog,v <-- ChangeLog new revision: 1.1178; previous revision: 1.1177 /cvs/maptools/cvsroot/libtiff/tools/tiffcrop.c,v <-- tools/tiffcrop.c new revision: 1.47; previous revision: 1.46 Index: libtiff/tools/tiffcrop.c =================================================================== RCS file: /cvs/maptools/cvsroot/libtiff/tools/tiffcrop.c,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- libtiff/tools/tiffcrop.c 18 Nov 2016 14:58:46 -0000 1.46 +++ libtiff/tools/tiffcrop.c 3 Dec 2016 11:35:56 -0000 1.47 @@ -1,4 +1,4 @@ -/* $Id: tiffcrop.c,v 1.46 2016-11-18 14:58:46 erouault Exp $ */ +/* $Id: tiffcrop.c,v 1.47 2016-12-03 11:35:56 erouault Exp $ */ /* tiffcrop.c -- a port of tiffcp.c extended to include manipulations of * the image data through additional options listed below @@ -3698,7 +3698,7 @@ (unsigned long) strip, (unsigned long)rows); return 0; } - bufp += bytes_read; + bufp += stripsize; } return 1; d' value='3c5698046a4b4c8934866e0195e899f73163020d'/>
path: root/gnu/packages/nano.scm
AgeCommit message (Expand)Author
2017-03-02gnu: nano: Update to 2.7.5....Efraim Flashner
2017-01-12gnu: nano: Update to 2.7.4....Tobias Geerinckx-Rice
2017-01-04gnu: nano: Update to 2.7.3....Tobias Geerinckx-Rice
2016-12-13gnu: nano: Update to 2.7.2....Tobias Geerinckx-Rice
2016-11-13Merge branch 'core-updates'Ludovic Courtès
2016-11-07gnu: nano: Update to 2.7.1....Efraim Flashner
2016-09-30Merge branch 'master' into core-updatesLudovic Courtès
2016-09-28gnu: Add and use gettext-minimal....Alex Kost
2016-09-04gnu: nano: Update to 2.7.0....Rene Saavedra
2016-03-04gnu: nano: Update to 2.5.3....Ludovic Courtès
2016-02-15gnu: nano: Update to 2.5.2....Efraim Flashner
2016-01-24gnu: nano: Update to 2.5.1....Efraim Flashner
2015-12-06gnu: nano: Update to 2.5.0....Efraim Flashner
2015-11-21gnu: nano: Update to 2.4.3....Efraim Flashner
2015-07-21gnu: nano: Update to 2.4.2....Ludovic Courtès
2015-04-18gnu: nano: Update to 2.4.1....Andreas Enge
2015-03-26gnu: nano: Update to 2.4.0....Ludovic Courtès
2014-07-23gnu: nano: Upgrade to 2.3.6....Andreas Enge
2014-06-25gnu: nano: Upgrade to 2.3.4....Ludovic Courtès