Skip to content

dlz_bind9: call dns_name_is_static before adding space for record

Michael Saxl requested to merge (removed):master into master

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15040

dns_name_is_static is called after adding a uninitialized element to recs. There is a chance that the uninizialized memory reads a element with dwTimeStamp=0 and wType!=0. In that case dns_name_is_static will return true

Signed-off-by: Michael Saxl mike@mwsys.mine.bz

Edited by Andrew Bartlett

Merge request reports