1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/dns_server
Andreas Schneider 3e58e83be5 s4:bind_dlz: Only copy the dn once
../source4/dns_server/dlz_bind9.c:1132:4: error: 'dn' may be used uninitialized in this function [-Werror=maybe-uninitialized]
    state->log(ISC_LOG_INFO, "failed to find dnsRecord for %s",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        ldb_dn_get_linearized(dn));
        ~~~~~~~~~~~~~~~~~~~~~~~~~~

Found by Undefined Sanitizer.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
2018-11-22 22:13:26 +01:00
..
dlz_bind9.c s4:bind_dlz: Only copy the dn once 2018-11-22 22:13:26 +01:00
dlz_minimal.h dlz-bind: Add support for BIND 9.12.x 2018-08-10 02:44:36 +02:00
dns_crypto.c dns: Simplify logic a bit 2018-06-01 11:28:22 +02:00
dns_query.c dns: Check for talloc_memdup failure 2018-06-01 14:05:56 +02:00
dns_server.c source4 smdb: Add a post fork hook to the service API 2018-11-01 23:49:24 +01:00
dns_server.h dns: moving name_equal func into common 2018-07-12 04:31:54 +02:00
dns_update.c dns: static records 2018-07-12 04:31:56 +02:00
dns_utils.c dns_server: Remove unused "dns_generate_options" 2018-01-04 00:37:21 +01:00
dnsserver_common.c dns_server: Avoid ldb_dn_add_child_fmt() on untrusted input 2018-08-15 07:08:24 +02:00
dnsserver_common.h dns: static records 2018-07-12 04:31:56 +02:00
pydns.c python: Port dsdb_dns module to Python 3 compatible form. 2018-02-15 00:18:28 +01:00
TODO dns: Update TODO list 2013-07-29 09:12:17 +02:00
wscript_build dlz-bind: Add support for BIND 9.12.x 2018-08-10 02:44:36 +02:00