db: load global function pointers into the db properly
commit646bdda16a7ac1f2b767d6fc405166b0412860b1
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 12:32:55 +0000 (21 15:32 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 12:32:55 +0000 (21 15:32 +0300)
treecadfe9ebf8db20497c48dda24fd1fc8e27d320a0
parentd6e9eac5c4fd18b8b7346285c1d4984c188957e4
db: load global function pointers into the db properly

Global function pointers look like this:

test.c:14 (null)() SQL: insert into function_ptr values ('test.c', 'frob', '(struct foo)->fn');

The regexp bailed because "(null)" is not a valid function name.  I've
modified it to accept any characters except space.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/fill_db_sql.pl