mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| Makefile.am | ||