mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-03-24 12:08:37 +00:00
Wrong: memset(&a, 0, sizeof(struct ...));
Good: memset(&a, 0, sizeof(a));
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| rfp_example.c | ||
| rfp_internal.h | ||
| rfp.h | ||
| subdir.am | ||