tools: add asprintf to checkxalloc script

Reported-By: Dave Reisner <d@falconindy.com>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-03-05 21:28:41 +01:00
parent 6500ec90de
commit bb9da58e80
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cd "$(git rev-parse --show-toplevel)" || {
}
git grep -zl '#include "xalloc.h"' |
xargs -0 grep -nwE '[^x](([cm]|re)alloc|strdup)\('
xargs -0 grep -nwE '[^x](([cm]|re)alloc|strdup|asprintf)\('
result=$?