mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 11:01:16 +00:00
`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_errors.c | ||
| watchfrr_errors.h | ||
| watchfrr_vty.c | ||
| watchfrr.c | ||
| watchfrr.h | ||