ports/net/samba4/files/patch-source3__client__dnsbrowse.c
Timur I. Bakeyev a5ced76f06 Upgrade port to the 4.0.12 version, closing CVE-2013-4475 and CVE-2013-4476.
Remove dependency from gettext. Converted to STAGEDIR.

PR:		183872, 183885
Security:	CVE-2013-4475
		CVE-2013-4476
Sponsored by:	my wife
2013-11-19 21:49:39 +00:00

11 lines
259 B
C

--- source3/client/dnsbrowse.c.orig 2013-11-12 10:20:03.145351798 +0100
+++ source3/client/dnsbrowse.c 2013-11-12 10:20:11.762761273 +0100
@@ -91,7 +91,7 @@
}
}
- TALLOC_FREE(fdset);
+ TALLOC_FREE(ctx);
DNSServiceRefDeallocate(mdns_conn_sdref);
}