Ondřej Surý and Mark Andrews
2d12def6ee
isc_event_allocate() can't fail now, add spatch to remove the checks
2019-08-30 01:04:28 -04:00
Evan Hunt
a8595262f7
add a semantic patch for the API change
2019-08-29 10:07:41 -07:00
Ondřej Surý
d502569902
Add spatch to replace isc_mem_put+isc_mem_detach with isc_mem_putanddetach
2019-07-31 10:26:40 +02:00
Ondřej Surý
3c1d4298af
Add spatch for isc_mem_allocate; it also cannot fail gracefully
2019-07-23 15:32:35 -04:00
Ondřej Surý
49f244406c
Add spatch for isc_mem_strdup; it also cannot fail gracefully
2019-07-23 15:32:35 -04:00
Ondřej Surý
f63e696967
Add semantic patch to remove checking for isc_mem_get() return value
...
The isc_mem_get() cannot fail gracefully now, it either gets memory of
assert()s. The added semantic patch cleans all the blocks checking whether
the return value of isc_mem_get() was NULL.
2019-07-23 15:32:35 -04:00
Ondřej Surý
7615e86fae
Add spatch to replace memcpy usage with memmove
2019-07-12 15:27:06 +02:00
Ondřej Surý
0b9f7f8a38
Add semantic patch to remove occurences of '#include <config.h>'
2019-03-08 15:15:05 +01:00
Ondřej Surý and Ondřej Surý
21db43da8e
Add unreachable.spatch coccinelle recipe and run it in precheck CI phase
2018-11-22 09:28:00 -05:00