| .. |
|
.gitignore
|
Add unreachable.spatch coccinelle recipe and run it in precheck CI phase
|
2018-11-22 09:28:00 -05:00 |
|
config-h.spatch
|
Add semantic patch to remove occurences of '#include <config.h>'
|
2019-03-08 15:15:05 +01:00 |
|
dns_name_copy-with-result.spatch
|
Add semantic patches to correctly check dns_name_copy(..., NULL) return code
|
2019-10-01 10:43:26 +10:00 |
|
dns_name_copy.spatch
|
Add semantic patches to correctly check dns_name_copy(..., NULL) return code
|
2019-10-01 10:43:26 +10:00 |
|
dns_name_copynf.spatch
|
Add semantic patch to replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf
|
2019-10-01 10:43:26 +10:00 |
|
dns_rbtnodechain_init.spatch
|
add a semantic patch for the API change
|
2019-08-29 10:07:41 -07:00 |
|
isc_event_allocat_never_fail.spatch
|
isc_event_allocate() can't fail now, add spatch to remove the checks
|
2019-08-30 01:04:28 -04:00 |
|
isc_mem_allocate_never_fail.spatch
|
Add spatch for isc_mem_allocate; it also cannot fail gracefully
|
2019-07-23 15:32:35 -04:00 |
|
isc_mem_create_never_fail.spatch
|
Add a semantic patch to make refactor the isc_mem_create()
|
2019-09-12 09:26:09 +02:00 |
|
isc_mem_get_never_fail.spatch
|
Add semantic patch to remove checking for isc_mem_get() return value
|
2019-07-23 15:32:35 -04:00 |
|
isc_mem_putanddetach.spatch
|
Add spatch to replace isc_mem_put+isc_mem_detach with isc_mem_putanddetach
|
2019-07-31 10:26:40 +02:00 |
|
isc_mem_strdup_never_fail.spatch
|
Add spatch for isc_mem_strdup; it also cannot fail gracefully
|
2019-07-23 15:32:35 -04:00 |
|
memcpy.spatch
|
Add spatch to replace memcpy usage with memmove
|
2019-07-12 15:27:06 +02:00 |
|
unreachable.spatch
|
Add unreachable.spatch coccinelle recipe and run it in precheck CI phase
|
2018-11-22 09:28:00 -05:00 |