r20208: Change sprintf_append() never to use malloc,
authorJeremy Allison <jra@samba.org>
Sat, 16 Dec 2006 05:02:21 +0000 (05:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:32 +0000 (12:16 -0500)
commit437cb7c88833d7eab0e3c3dcf175860df74a7a38
tree4538c89dfaaaf8abb969050a1d4a8c6e1af7eba2
parent47bdeb4efeaa5a441ad2d39bb3b94d72263e66e4
r20208: Change sprintf_append() never to use malloc,
but always use a talloc context.
Thanks to simo for pointing this out.
Jeremy.
source/lib/tallocmsg.c
source/lib/util_str.c