Author: rpluem Date: Wed Jun 3 19:17:21 2009 New Revision: 781513 URL: http://svn.apache.org/viewvc?rev=781513&view=rev Log: * Add CVE number Modified: apr/apr-util/branches/1.4.x/CHANGES Modified: apr/apr-util/branches/1.4.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?rev=781513&r1=781512&r2=781513&view=diff ============================================================================== --- apr/apr-util/branches/1.4.x/CHANGES [utf-8] (original) +++ apr/apr-util/branches/1.4.x/CHANGES [utf-8] Wed Jun 3 19:17:21 2009 @@ -1,7 +1,8 @@ -*- coding: utf-8 -*- Changes with APR-util 1.4.0 - *) Fix underflow in apr_strmatch_precompile. + *) SECURITY: CVE-2009-0023 (cve.mitre.org) + Fix underflow in apr_strmatch_precompile. [Matthew Palmer ] *) Fix off by one overflow in apr_brigade_vprintf.