This commit fixes heap use after free when checking BIND's configuration files for errors with http clauses. The old code was unnecessarially copying the http element name and freeing it to early. The name is now used directly.
This commit fixes heap use after free when checking BIND's configuration files for errors with http clauses. The old code was unnecessarially copying the http element name and freeing it to early. The name is now used directly.