فهرست منبع

- doesn't make sense to impose a limit that is too narrow. 12 ought to be fine..

Bernhard Reutner-Fischer 19 سال پیش
والد
کامیت
1e3ffd5c79
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -601,7 +601,7 @@ menu "Advanced Library Settings"
 config UCLIBC_PWD_BUFFER_SIZE
 config UCLIBC_PWD_BUFFER_SIZE
 	int "Buffer size for getpwnam() and friends"
 	int "Buffer size for getpwnam() and friends"
 	default 256
 	default 256
-	range 256 1024
+	range 12 1024
 	help
 	help
 	  This sets the value of the buffer size for getpwnam() and friends.
 	  This sets the value of the buffer size for getpwnam() and friends.
 	  By default, this is 256. (For reference, glibc uses 1024).
 	  By default, this is 256. (For reference, glibc uses 1024).