nss-packages-breeze303/qca-ssdk-shell/patches/0003-qca-ssdk-shell-fix-tmpbool.patch
Sean Khan 9308d452f6 nss-packages: Bump to QSDK 12.5 for kernel 6.6
note: qca-nss-crypto, and qca-nss-cfi are non-code change releases, but
align with naming scheme upstream anyways.

Signed-off-by: Sean Khan <datapronix@protonmail.com>
2024-05-05 02:49:54 -04:00

12 lines
343 B
Diff

--- a/src/shell/shell_io.c
+++ b/src/shell/shell_io.c
@@ -40876,7 +40876,7 @@ sw_error_t
cmd_data_check_tunnel_flags_parser(char *cmd_str, void * val, a_uint32_t size)
{
char *cmd;
- a_bool_t tmpbool;
+ a_bool_t tmpbool = A_FALSE;;
a_uint32_t tmpdata = 0;
sw_error_t rv;
fal_tunnel_flags_excep_parser_ctrl_t entry;