projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e16e6e7
)
- add a config-time range check for IPC_SYSLOG_BUFFER_SIZE
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 7 Jun 2007 13:22:56 +0000
(13:22 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 7 Jun 2007 13:22:56 +0000
(13:22 -0000)
The upper-bound doesn't look like it is working since it accepts LONG_MAX as input. I suspect that this is an lxdialog feature or something like that ;)
sysklogd/Config.in
patch
|
blob
|
history
diff --git
a/sysklogd/Config.in
b/sysklogd/Config.in
index 29c4d9b0e858c3e7c7e14ed48e9f850842b9ccb1..78097eea1f2d05c590325b2c1b9d755800f37541 100644
(file)
--- a/
sysklogd/Config.in
+++ b/
sysklogd/Config.in
@@
-59,6
+59,7
@@
config FEATURE_IPC_SYSLOG
config FEATURE_IPC_SYSLOG_BUFFER_SIZE
int " Circular buffer size in Kbytes (minimum 4KB)"
default 16
+ range 4 2147483647
depends on FEATURE_IPC_SYSLOG
help
This option sets the size of the circular buffer