nuttx-apps/fsutils/ipcfg
Eero Nurkkala ced74a064d fsutils/ipcfg: fix debugassert
cppcheck reports the following error:

fsutils/ipcfg/ipcfg_binary.c:332:15: error: Uninitialized variable: fd [uninitvar]
  DEBUGASSERT(fd >= 0 && ipv6cfg != NULL);

Update the DEBUGASSERT() to match that of ipcfg_read_binary_ipv4(). fd is
uninitilized and doesn't need to be checked here.

Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
2021-12-27 20:42:48 -06:00
..
ipcfg_binary.c fsutils/ipcfg: fix debugassert 2021-12-27 20:42:48 -06:00
ipcfg_text.c fsutils/ipcfg: Add assert header 2021-06-08 13:19:50 -05:00
ipcfg.c fsutils/ipcfg: Add assert header 2021-06-08 13:19:50 -05:00
ipcfg.h ipcfg:Version the binary structure 2020-10-06 08:20:26 -06:00
Kconfig apps/fsutils/ipcfg: Add support for IPv6 2020-10-05 00:07:05 +08:00
Make.defs Add IPv4 Configuration File Access Helper 2020-09-29 12:24:07 -07:00
Makefile apps/fsutils/ipcfg: Add support for IPv6 2020-10-05 00:07:05 +08:00