summaryrefslogtreecommitdiff
path: root/tools/coccinelle
AgeCommit message (Expand)Author
2022-09-20bgpd: Use route_map_result_t for route_map_apply() as return typeDonatas Abraitis
2022-05-13Merge pull request #11177 from opensourcerouting/fix/memset_memcpyDonald Sharp
2022-05-12tools: Catch more argv_find() when not checked properlyDonatas Abraitis
2022-05-11tools: Add coccinelle script to catch memset/memcpy wrong usageDonatas Abraitis
2022-02-03tools: Check against capital first in JSON keysDonatas Abraitis
2022-02-03tools: Catch JSON keys with whitespacesDonatas Abraitis
2022-01-31tools: Handle new lines for json_object_to_json_string_ext()Donatas Abraitis
2021-11-29Merge pull request #10124 from ton31337/feature/vty_jsonIgor Ryzhov
2021-11-25tools: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-25tools: Replace prefix2str for JSON to %pFXDonatas Abraitis
2021-11-18tools: Add coccinelle script to replace inet_ntop inside JSONDonatas Abraitis
2021-10-07tools: Catch double pointer of struct thread towards thread_add_*Donatas Abraitis
2021-10-04tools: Add coccinelle script to catch thread to NULL assignmentsDonatas Abraitis
2021-09-27tools: Add coccinelle script to catch \n or \r at the end of zlog_*Donatas Abraitis
2021-07-13tools: Add coccinelle script for hash compare functions NULL valuesDonatas Abraitis
2021-06-29tools: Add coccinelle script for checking against XMALLOC/XCALLOC NULLsDonatas Abraitis
2020-10-23tools: add cocci patch for thread cancel api changesMark Stapp
2020-07-02tools: Catch argv_find() cases when testing only the indexDonatas Abraitis
2020-04-23*: change the signature of the northbound callbacks to be more flexibleRenato Westphal
2020-04-08tools: Add coccinelle script to catch typecasts to same typeDonatas Abraitis
2020-04-07tools: Add coccinelle script to catch typecasts to larger sizesDonatas Abraitis
2020-03-21tools: Convert type int functions to bool where possibleDonatas Abraitis
2020-03-10tools: Move scripts/coccinelle to tools/coccinelleDonatas Abraitis
2019-09-03*: frr_elevate_privs -> frr_with_privsDavid Lamparter
2019-09-03lib: add frr_with_mutex() block-wrapperDavid Lamparter
2019-08-06*: fix ctype (isalpha & co.) castsDavid Lamparter
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-02-26tools: add coccinelle spatchesQuentin Young