CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2016/05/16 12:19:47
Modified files: lib/libexpat/lib: Tag: OPENBSD_5_8 xmlparse.c Log message: backport from -current: revision 1.14 date: 2016/05/13 05:29:17; author: rpointel; state: Exp; lines: +6 -6; commitid: 1LXLCy8ctha0206G; re-add the check we have in revision 1.12. ok jca@ (thanks). revision 1.13 date: 2016/05/09 19:32:01; author: rpointel; state: Exp; lines: +19 -11; commitid: i2Dv4qjzJTkY7kSK; update libexpat to 2.1.1. ok deraadt@ (thanks to sebastian[@]pipping[.]org for information). revision 1.12 date: 2015/08/26 19:36:23; author: miod; state: Exp; lines: +5 -1; commitid: ortBpOgLQ63sWGUG; More overflow checks in XML_GetBuffer(), adapted from FreeBSD security advisory FreeBSD-SA-15:20. Most of them were already fixed by niallo@'s work, which unfortunately got removed in r1.10 /-: With help from doug@ revision 1.11 date: 2015/08/26 19:33:17; author: miod; state: Exp; lines: +12 -2; commitid: wldaISldyE7ZDar6; Put back local changes (revisions 1.2 to 1.4), which unfortunately got lost in the last upgrade. ok deraadt@