check_wine: make report(R_FATAL, ...) a nullify the path
commit4e70a277f1a8461b30ceb1cd00bff72430815191
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 30 Jun 2016 19:30:27 +0000 (30 22:30 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 30 Jun 2016 19:30:27 +0000 (30 22:30 +0300)
tree9b5251156133efc5a4f37be444605d67b55c273c
parent164f3576c85d47b39b2113e25aa745783633e993
check_wine: make report(R_FATAL, ...) a nullify the path

If the level of the report() is R_FATAL then the function doesn't return.
It has to be handled specially because other report levels do return.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_list.h
check_wine.c [new file with mode: 0644]