On Thu, Sep 24, 2015 at 05:05:20PM +0200, Pavel Reichl wrote:
Hello,
please see simple patch attached.
Thanks!
Thanks, this would solve the bug, but can you also change the allocation of the structure from: req_ctx = talloc(be_req, struct ad_subdomains_req_ctx); to: req_ctx = talloc_zero(be_req, struct ad_subdomains_req_ctx);
So that we get a crash next time?