fix use after free / double free

from Brad
This commit is contained in:
jasper 2015-12-30 07:54:42 +00:00
parent 9d37130178
commit 6a2ec04d79
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.134 2015/12/27 22:51:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.135 2015/12/30 07:54:42 jasper Exp $
SHARED_ONLY= Yes
COMMENT= secure, fast, compliant, and very flexible web-server
DISTNAME= lighttpd-1.4.38
REVISION= 0
REVISION= 1
CATEGORIES= www net
MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/
EXTRACT_SUFX= .tar.xz

View File

@ -1,6 +1,7 @@
$OpenBSD: patch-src_chunk_c,v 1.3 2015/12/27 22:51:10 ajacoutot Exp $
$OpenBSD: patch-src_chunk_c,v 1.4 2015/12/30 07:54:42 jasper Exp $
[chunk] fix use after free / double free
http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/3065
--- src/chunk.c.orig Sun Dec 27 17:34:40 2015
+++ src/chunk.c Sun Dec 27 17:35:03 2015