Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 744189 Details for
Bug 816258
www-servers/apache-2.4.49: segfault on (almost) every request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
segfault fix
apache-2.4.51-segfault-fix.patch (text/plain), 463 bytes, created by
acmondor
on 2021-10-09 19:35:53 UTC
(
hide
)
Description:
segfault fix
Filename:
MIME Type:
Creator:
acmondor
Created:
2021-10-09 19:35:53 UTC
Size:
463 bytes
patch
obsolete
>diff -ruN httpd-2.4.51.org/server/connection.c httpd-2.4.51/server/connection.c >--- httpd-2.4.51.org/server/connection.c 2021-09-26 08:11:22.000000000 -0600 >+++ httpd-2.4.51/server/connection.c 2021-10-09 13:03:10.908773670 -0600 >@@ -156,7 +156,9 @@ > apr_socket_t *csd = ap_get_conn_socket(c); > > if (ap_start_lingering_close(c)) { >- apr_socket_close(csd); >+ if (csd) { >+ apr_socket_close(csd); >+ } > return; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 816258
: 744189