lib: talloc: Add _vasprintf_tc() which returns the struct talloc_chunk *, not the...
commit192c75730bac285e8516a49d9cf9c75a03d04e9c
authorAndrew Bartlett <abartlet@samba.org>
Sat, 18 Jun 2016 03:49:24 +0000 (17 20:49 -0700)
committerJeremy Allison <jra@samba.org>
Sun, 3 Jul 2016 12:26:17 +0000 (3 14:26 +0200)
tree3943afcfbf8a6c692413a7a0bd0ad1bee92cacaf
parent2bfccbf9d035d482fa266656873c5100c6597d05
lib: talloc: Add _vasprintf_tc() which returns the struct talloc_chunk *, not the talloc'ed pointer.

Define talloc_vasprintf() in terms of _vasprintf_tc().
We will use _vasprintf_tc() internally later.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/talloc/talloc.c