mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 18:23:15 +00:00
Wrong: memset(&a, 0, sizeof(struct ...));
Good: memset(&a, 0, sizeof(a));
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| subdir.am | ||
| watchfrr_errors.c | ||
| watchfrr_errors.h | ||
| watchfrr_vty.c | ||
| watchfrr.c | ||
| watchfrr.h | ||