Files
bind9/lib/dns
Tony Finch 0d6dcd217d A SET_IF_NOT_NULL() macro for optional return values
The SET_IF_NOT_NULL() macro avoids a fair amount of tedious boilerplate,
checking pointer parameters to see if they're non-NULL and updating
them if they are.  The macro was already in the dns_zone unit, and this
commit moves it to the <isc/util.h> header.

I have included a Coccinelle semantic patch to use SET_IF_NOT_NULL()
where appropriate. The patch needs an #include in `openssl_shim.c`
in order to work.
2023-08-15 12:04:29 +02:00
..
2023-07-27 11:37:44 +02:00
2023-02-16 18:35:32 +01:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-06-14 08:14:38 +00:00
2023-08-09 23:48:17 +00:00
2023-02-15 16:44:47 +00:00
2023-08-02 11:16:50 +02:00
2023-07-20 12:40:52 +02:00
2023-03-23 12:57:01 -07:00
2023-07-17 14:50:25 +02:00
2023-04-05 14:46:39 +00:00
2023-03-08 08:36:25 +01:00
2023-08-09 23:48:17 +00:00
2023-08-09 23:48:17 +00:00
2023-05-15 20:49:42 +00:00
2023-07-28 08:59:08 +02:00
2023-07-17 14:50:25 +02:00
2023-03-08 08:36:25 +01:00
2023-02-28 11:44:15 +01:00
2023-07-17 14:50:25 +02:00
2023-02-15 16:44:47 +00:00
2023-03-31 13:33:16 +02:00
2023-06-14 08:14:38 +00:00
2023-06-14 08:14:38 +00:00
2023-02-15 16:44:47 +00:00
2023-07-20 12:44:19 +02:00