-
- Downloads
CI: fix or suppress inline C cert warnings
- [cert-STR05-C] (use pointers to const when referring to string literals) - [cert-EXP05-C] (attempt to cast away const) - [cert-MSC24-C] (do not use fopen better use fopen_s) - [cert-MSC24-C] (do not use atoi better use strtol)
parent
ea05368b
Branches
No related tags found
Showing
- src/bbf_plugin/hosts.c 3 additions, 3 deletionssrc/bbf_plugin/hosts.c
- src/config.c 5 additions, 5 deletionssrc/config.c
- src/debug.c 1 addition, 1 deletionsrc/debug.c
- src/hostmngr.c 1 addition, 1 deletionsrc/hostmngr.c
- src/hostmngr.h 1 addition, 1 deletionsrc/hostmngr.h
- src/neigh.c 3 additions, 5 deletionssrc/neigh.c
- src/neigh.h 1 addition, 1 deletionsrc/neigh.h
- src/netlink.c 3 additions, 3 deletionssrc/netlink.c
- src/util.c 3 additions, 2 deletionssrc/util.c
Loading
Please register or sign in to comment