From: Jeremy Fitzhardinge Date: Sun, 25 Jun 2006 12:49:17 +0000 (-0700) Subject: [PATCH] Implement kasprintf X-Git-Tag: v2.6.18-rc1~885 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e905914f96e11862b130dd229f73045dad9a34e8;p=pandora-kernel.git [PATCH] Implement kasprintf Implement kasprintf, a kernel version of asprintf. This allocates the memory required for the formatted string, including the trailing '\0'. Returns NULL on allocation failure. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Chris Wright Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed