forked from Mirror/frr
![]() `valid_command` now causes static analyzer complaints since it no longer assumes `optarg` is non-NULL. If this was the case then `valid_command` would return `false` (or 0) because it would mean the string is empty and doesn't contain the '%s' it expects. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
subdir.am | ||
watchfrr.c | ||
watchfrr.h | ||
watchfrr_errors.c | ||
watchfrr_errors.h | ||
watchfrr_vty.c |