@@ -157,6 +157,17 @@ RELEASE SHOWSTOPPERS:
157157PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
158158 [ start all new proposals below, under PATCHES PROPOSED. ]
159159
160+ *) mod_cache_socache: Fix a potential null pointer dereference.
161+ PR 69358
162+ trunk patch: https://svn.apache.org/r1921067
163+ 2.4.x patch: svn merge -c 1921067 ^/httpd/httpd/trunk .
164+ +1: jailletc36 (by inspection), rjung (keeps file in sync with trunk), jorton
165+
166+ *) mod_ssl: Check SSL_CTX_new() return value.
167+ Github #402
168+ trunk patch: https://svn.apache.org/r1916054
169+ 2.4.x patch: svn merge -c 1916054 ^/httpd/httpd/trunk .
170+ +1: jailletc36 (by inspection), rjung (reduce code drift), jorton
160171
161172PATCHES PROPOSED TO BACKPORT FROM TRUNK:
162173 [ New proposals should be added at the end of the list ]
@@ -170,24 +181,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
170181 +1: ivan
171182 +0: jorton - falls under RTC exception for "non-Unix build"
172183
173- *) mod_cache_socache: Fix a potential null pointer dereference.
174- PR 69358
175- trunk patch: https://svn.apache.org/r1921067
176- 2.4.x patch: svn merge -c 1921067 ^/httpd/httpd/trunk .
177- +1: jailletc36 (by inspection), rjung (keeps file in sync with trunk),
178-
179- *) mod_ssl: Check SSL_CTX_new() return value.
180- Github #402
181- trunk patch: https://svn.apache.org/r1916054
182- 2.4.x patch: svn merge -c 1916054 ^/httpd/httpd/trunk .
183- +1: jailletc36 (by inspection), rjung (reduce code drift),
184-
185184 *) core: In set_override(), check the return value of set_allow_opts().
186185 Github #310
187186 trunk patch: https://svn.apache.org/r1917017
188187 https://svn.apache.org/r1923218
189188 2.4.x patch: svn merge -c 1917017,1923218 ^/httpd/httpd/trunk .
190- +1: rjung (reduce code drift),
189+ +1: rjung (reduce code drift), jorton
191190
192191PATCHES/ISSUES THAT ARE BEING WORKED
193192 [ New entries should be added at the START of the list ]
0 commit comments