projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
upgrade busybox to v1.11.2 and add current upstream fixes
[openwrt.git]
/
package
/
busybox
/
patches
/
440-httpd_chdir.patch
1
--- a/networking/httpd.c
2
+++ b/networking/httpd.c
3
@@ -1808,6 +1808,7 @@
4
char *header_ptr = header_ptr;
5
Htaccess_Proxy *proxy_entry;
6
#endif
7
+ xchdir(home_httpd);
8
9
/* Allocation of iobuf is postponed until now
10
* (IOW, server process doesn't need to waste 8k) */
This page took
0.046387 seconds
and
5
git commands to generate.