summaryrefslogtreecommitdiff
path: root/lang/python24/files/patch-Modules-zlibmodule.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix zlib crash from zlib.decompressobj().flush(val)Martin Wilke2008-04-281-0/+13
when val was not positive. It tried to allocate negative or zero memory. That fails. - Bump PORTREVISION PR: 123153 Submitted by: Nick Barkas <snb@threerings.net> Security: http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html Notes: svn path=/head/; revision=212137