Add assert and assert_perror to the 'abort' list.

svn path=/trunk/; revision=28896
This commit is contained in:
Gerald Combs 2009-06-30 20:28:26 +00:00
parent 6e2bd7cc03
commit c66d0e4a6f
1 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,8 @@ my %APIs = (
# APIs that make the program exit. Dissectors shouldn't call these
'abort' => { 'count_errors' => 1, 'functions' => [
'abort',
'assert',
'assert_perror',
'exit',
'g_assert',
'g_error',