Files
bind9/bin/named
Ondřej Surý 4f68def5e9 Fix assertion failure when using -X and lock-file in configuration
When 'lock-file <lockfile1>' was used in configuration at the same time
as using `-X <lockfile2>` in `named` invocation, there was an invalid
logic that would lead to a double isc_mem_strdup() call on the
<lockfile2> value.

Skip the second allocation if `lock-file` is being used in
configuration, so the <lockfile2> is used only single time.
2023-10-26 11:01:17 +02:00
..
2023-02-15 16:44:47 +00:00
2023-09-16 07:32:17 +02:00
2023-03-23 12:57:01 -07:00
2023-03-08 08:36:25 +01:00
2023-10-17 10:52:36 +02:00