You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2019/01/24 11:04:44 UTC

svn commit: r1852014 - /subversion/trunk/CHANGES

Author: julianfoad
Date: Thu Jan 24 11:04:44 2019
New Revision: 1852014

URL: http://svn.apache.org/viewvc?rev=1852014&view=rev
Log:
* CHANGES: Mention CVE-2018-11803 fixed in 1.10.4, 1.11.1.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1852014&r1=1852013&r2=1852014&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Thu Jan 24 11:04:44 2019
@@ -62,6 +62,7 @@ http://svn.apache.org/repos/asf/subversi
     * Fix: tree conflict message ends a sentence with a colon (#4717)
 
   - Server-side bugfixes:
+    * Fix CVE-2018-11803: malicious SVN clients can crash mod_dav_svn
     * Fix: unexpected SVN_ERR_FS_NOT_DIRECTORY errors (#4791)
     * Fix: mod_dav_svn's SVNUseUTF8 had no effect in some setups (r1844882)
     * Fix crash in mod_http2 (#4782)
@@ -147,6 +148,7 @@ http://svn.apache.org/repos/asf/subversi
     * Fix: tree conflict message ends a sentence with a colon (#4717)
 
   - Server-side bugfixes:
+    * Fix CVE-2018-11803: malicious SVN clients can crash mod_dav_svn
     * Fix: unexpected SVN_ERR_FS_NOT_DIRECTORY errors (#4791)
     * Fix: mod_dav_svn's SVNUseUTF8 had no effect in some setups (r1844882)
     * Fix crash in mod_http2 (#4782)