You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/09/08 12:39:51 UTC

svn commit: r1881556 - /httpd/httpd/trunk/CHANGES

Author: jorton
Date: Tue Sep  8 12:39:51 2020
New Revision: 1881556

URL: http://svn.apache.org/viewvc?rev=1881556&view=rev
Log:
Found a PR lurking for the method type vs UBSan issue. [skip ci]

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1881556&r1=1881555&r2=1881556&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Sep  8 12:39:51 2020
@@ -181,7 +181,7 @@ Changes with Apache 2.5.1
   *) core: ap_method_mask_t type added for method bitmasks, changed
      from apr_int64_t and used for the method_mask field in
      ap_method_list_t, AP_METHOD_BIT, allowed field of request_rec,
-     limited field of cmd_parms.  [Joe Orton]
+     limited field of cmd_parms.  PR 63885.  [Joe Orton]
 
   *) mod_ssl: Do not keep connections to OCSP responders alive when doing
      OCSP requests.  PR 64135.  [Ruediger Pluem]