FreeBSD Bugzilla – Attachment 136741 Details for
Bug 182030
[patch] www/mod_wsgi3 segfaults under apache 2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.43 KB, created by
Trevor Caira
on 2013-09-12 11:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Trevor Caira
Created:
2013-09-12 11:50:00 UTC
Size:
1.43 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 327052) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= mod_wsgi > PORTVERSION= 3.4 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= GOOGLE_CODE > PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} >@@ -11,7 +12,6 @@ > > LICENSE= AL2 > >- > #LATEST_LINK= mod_wsgi > CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* > >Index: files/patch-mod__wsgi.c >=================================================================== >--- files/patch-mod__wsgi.c (revision 0) >+++ files/patch-mod__wsgi.c (working copy) >@@ -0,0 +1,16 @@ >+--- mod_wsgi.c.orig 2012-08-22 23:10:44.000000000 -0400 >++++ mod_wsgi.c 2013-09-12 06:29:36.718830524 -0400 >+@@ -10600,7 +10600,13 @@ >+ * will add their own input/output filters to the chain. >+ */ >+ >++#if AP_MODULE_MAGIC_AT_LEAST(20110619,0) >++ /* For 2.4 a NULL sbh pointer should work. */ >++ sbh = NULL; >++#else >++ /* For 2.2 a dummy sbh pointer is needed. */ >+ ap_create_sb_handle(&sbh, p, -1, 0); >++#endif >+ >+ c = (conn_rec *)apr_pcalloc(p, sizeof(conn_rec)); >+ > >Property changes on: files/patch-mod__wsgi.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 182030
: 136741