Geir Thomassen wrote, regarding networking/httpd.c line 1358
Hello, I think the test for an unconfigured httpd is wrong in the CVS (busybox-unstable-20030620.tar.bz2) flg_deny_all is default 0 vodz then wrote: Oops. You are right. Also, this mistake haved from two place. Last patch rewroted to my new get_ularg() function for overcompensate size from this error found ;-)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
extern long bb_xgetlarg(char *arg, int base, long lower, long upper)
|
||||
extern long bb_xgetlarg(const char *arg, int base, long lower, long upper)
|
||||
{
|
||||
long result;
|
||||
char *endptr;
|
||||
|
Reference in New Issue
Block a user