mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-03-24 09:12:05 +00:00
Wrong: memset(&a, 0, sizeof(struct ...));
Good: memset(&a, 0, sizeof(a));
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| daemons.pl | ||
| extract.pl.in | ||
| Makefile | ||
| subdir.am | ||
| vtysh_config.c | ||
| vtysh_main.c | ||
| vtysh_user.c | ||
| vtysh_user.h | ||
| vtysh.c | ||
| vtysh.h | ||