mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
bozo: fix overrun from -rxbind on restart
Fix buffer overrun in bosctlsrv introduced
by commit 544ff1b295
Change-Id: Icb39b5107113e2819a643537b042b20504c783f3
Reviewed-on: http://gerrit.openafs.org/5504
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
11f54962f6
commit
48e326372d
@ -35,7 +35,7 @@
|
||||
|
||||
#define BOSSERVER_STARTMSG_EXE "afslegal.exe"
|
||||
|
||||
#define BOSSERVER_RESTART_ARG_MAX 2 /* "-noauth", "-log" */
|
||||
#define BOSSERVER_RESTART_ARG_MAX 3 /* "-noauth", "-log", "-rxbind" */
|
||||
#define BOSSERVER_WAIT_TIME_HINT 60 /* seconds */
|
||||
#define BOSSERVER_STOP_TIME_MAX (FSSDTIME + 60) /* seconds */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user