From 5a04b9a7c9e2f0af71d6142167f6c9d3a34a334b Mon Sep 17 00:00:00 2001 From: yangjianqing Date: Wed, 21 Aug 2024 14:28:01 +0800 Subject: [PATCH] tcpdump:fix tcpdump stack overflow bug Signed-off-by: yangjianqing --- system/tcpdump/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/tcpdump/Kconfig b/system/tcpdump/Kconfig index 5683d5a20..3bc10e23a 100644 --- a/system/tcpdump/Kconfig +++ b/system/tcpdump/Kconfig @@ -26,6 +26,6 @@ config SYSTEM_TCPDUMP_PRIORITY config SYSTEM_TCPDUMP_STACKSIZE int "tcpdump stack size" - default DEFAULT_TASK_STACKSIZE + default 4096 endif