svn commit: trunk/busybox/sysklogd

aldot at busybox.net aldot at busybox.net
Thu Jun 7 06:22:57 PDT 2007


Author: aldot
Date: 2007-06-07 06:22:56 -0700 (Thu, 07 Jun 2007)
New Revision: 18772

Log:
- add a config-time range check for IPC_SYSLOG_BUFFER_SIZE
  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 ;)


Modified:
   trunk/busybox/sysklogd/Config.in


Changeset:
Modified: trunk/busybox/sysklogd/Config.in
===================================================================
--- trunk/busybox/sysklogd/Config.in	2007-06-07 13:14:53 UTC (rev 18771)
+++ trunk/busybox/sysklogd/Config.in	2007-06-07 13:22:56 UTC (rev 18772)
@@ -59,6 +59,7 @@
 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



More information about the busybox-cvs mailing list