ICMPv4 utilities reimplemented from scratch
Replace g_options_len and g_opt_str_len extern variables with CLI_OPT_LEN and CLI_OPT_STR_LEN enum constants computed via X-macros. Disables Variable Length Arrays (VLA) by enforcing the use of the -Wvla flag in strict mode. |
||
|---|---|---|
| includes | ||
| libicmp@69a6a633d4 | ||
| src | ||
| tests | ||
| .gitignore | ||
| configure | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| sources.mk | ||