Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 585770 Details for
Bug 691496
www-servers/lighttpd-1.4.54 upstream patch for segfault loading mod_webdav
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
lighttpd-1.4.54-fix-webdav-crash patch
lighttpd-1.4.54-fix-webdav-crash.patch (text/plain), 581 bytes, created by
/cbx
on 2019-08-05 14:44:23 UTC
(
hide
)
Description:
lighttpd-1.4.54-fix-webdav-crash patch
Filename:
MIME Type:
Creator:
/cbx
Created:
2019-08-05 14:44:23 UTC
Size:
581 bytes
patch
obsolete
>--- src/mod_webdav.c >+++ src/mod_webdav.c >@@ -1275,8 +1275,8 @@ SERVER_FUNC(mod_webdav_worker_init) > * across a fork() system call into the child process. > */ > plugin_data * const p = (plugin_data *)p_d; >- plugin_config *s = p->config_storage[0]; >- for (int n_context = p->nconfig+1; --n_context; ++s) { >+ for (int i = 0; i < p->nconfig; ++i) { >+ plugin_config *s = p->config_storage[i]; > if (!buffer_is_empty(s->sqlite_db_name) > && mod_webdav_sqlite3_prep(s->sql, s->sqlite_db_name, srv->errh) > == HANDLER_ERROR)
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 691496
: 585770