nuttx-apps/fsutils
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
..
flash_eraseall fsutils: update licenses to Apache 2021-06-08 08:43:15 -05:00
inifile fsutils: update licenses to Apache 2021-06-08 08:43:15 -05:00
inih Author: Michal Lyszczek: update licenses to Apache 2021-06-11 05:05:27 -05:00
ipcfg fsutils/ipcfg: fix debugassert 2021-12-27 20:42:48 -06:00
mkfatfs fsutils/mkfatfs:Allow for configurable buffer alignment 2021-11-22 20:54:21 -06:00
mkgpt fsutils/mkgpt: support gpt partition format 2021-10-28 08:54:30 +02:00
mkmbr fsutils/mkmbr: support mbr partition format 2021-10-28 08:54:30 +02:00
mksmartfs fsutils/mksmartfs: fix confusing ioctl return value with errno value 2021-08-11 10:38:00 -03:00
passwd fsutils: update licenses to Apache 2021-06-08 08:43:15 -05:00
.gitignore
Make.defs Makefile: Ken Pettit: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00