summaryrefslogtreecommitdiff
path: root/lang/python32/files/patch-Modules-zlibmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eolcvs2svn2008-05-311-13/+0
| | | | | Notes: svn path=/head/; revision=214069 svn path=/tags/RELEASE_5_EOL/; revision=214070; tag=5-eol
* - Fix zlib crash from zlib.decompressobj().flush(val)Martin Wilke2008-04-251-0/+13
when val was not positive. It tried to allocate negative or zero memory. That fails. - Bump PORTREVISION Reviewed by: alexbl Obtained from: python svn Security: http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html Notes: svn path=/head/; revision=211912