From 5f09842c19d6db976724cd117190a8a6951acf9b Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 25 Jul 2025 01:50:42 -0700 Subject: [PATCH] gcc: params: set default ssp-buffer-size to 4 --- gcc/params.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/params.opt b/gcc/params.opt index 64e453d29b7..bba3fd574f2 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -1064,7 +1064,7 @@ Common Joined UInteger Var(param_ssa_name_def_chain_limit) Init(512) Param Optim The maximum number of SSA_NAME assignments to follow in determining a value. -param=ssp-buffer-size= -Common Joined UInteger Var(param_ssp_buffer_size) Init(8) IntegerRange(1, 65536) Param Optimization +Common Joined UInteger Var(param_ssp_buffer_size) Init(4) IntegerRange(1, 65536) Param Optimization The lower bound for a buffer to be considered for stack smashing protection. -param=stack-clash-protection-guard-size= -- 2.50.1