[SCM] Samba Shared Repository - branch master updated

Volker Lendecke Volker.Lendecke at SerNet.DE
Wed Apr 18 00:13:08 MDT 2012


On Wed, Apr 18, 2012 at 05:40:03AM +0200, Andrew Bartlett wrote:
>  	struct dbwrap_lock_order_state *lock_order;
> +	TALLOC_CTX *frame = talloc_stackframe();
> +	if (!frame) {
> +		return NULL;
> +	}

talloc_stackframe being so widely spread was designed to
panic when it can not allocate the new stack frame. Did you
change that? If so, please go through all callers of
talloc_stackframe and add an appropriate error action.

Thanks,

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de


More information about the samba-technical mailing list