Ondřej Surý
50e109d659
isc_event_allocate() cannot fail, remove the fail handling blocks
...
isc_event_allocate() calls isc_mem_get() to allocate the event structure. As
isc_mem_get() cannot fail softly (e.g. it never returns NULL), the
isc_event_allocate() cannot return NULL, hence we remove the (ret == NULL)
handling blocks using the semantic patch from the previous commit.
2019-08-30 08:55:34 +02:00
..
2019-07-31 11:56:58 +02:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-07-23 15:32:35 -04:00
2019-03-08 15:15:05 +01:00
2019-07-23 15:32:35 -04:00
2019-03-08 15:15:05 +01:00
2019-05-24 16:27:40 +10:00
2019-07-22 08:06:14 -04:00
2019-07-22 08:06:14 -04:00
2019-03-08 18:01:48 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-08-30 08:55:34 +02:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-07-31 11:56:58 +02:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00
2019-03-08 15:15:05 +01:00