]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_cli: Don't access uninitialized variables
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Mon, 19 Oct 2020 08:06:28 +0000 (11:06 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 19 Oct 2020 20:01:11 +0000 (23:01 +0300)
commitff7e0c1cf71170607a2aa8bb16284fbe2f314c32
treeb9b09a35fc63cd8d573610fe54223188369929cb
parente364a34c69fdd0ca3985af29dade24f5176564c6
wpa_cli: Don't access uninitialized variables

Don't print potentially uninitialized variables in wpa_ctrl_command_bss().
Some compilers and analyzers may warn about it.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
wpa_supplicant/wpa_cli.c