diff options
author | Jeremy Fitzhardinge <jeremy@xensource.com> | 2006-06-25 14:49:17 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 19:01:23 +0200 |
commit | e905914f96e11862b130dd229f73045dad9a34e8 (patch) | |
tree | 0e7cff381970e2439de521c3d42ded8c49f69354 /drivers/firmware | |
parent | [PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL buffer (diff) | |
download | linux-e905914f96e11862b130dd229f73045dad9a34e8.tar.xz linux-e905914f96e11862b130dd229f73045dad9a34e8.zip |
[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 <jeremy@xensource.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/firmware')
0 files changed, 0 insertions, 0 deletions