From dab533522621fa67f5032f715690fc7b65a8fd48 Mon Sep 17 00:00:00 2001 From: Ricardo Baratto Date: Mon, 28 Apr 2025 13:26:28 -0400 Subject: [PATCH] Remove summary file for __assert_fail the prototype doesn't match what one of the binaries we're analyzing uses (it doesn't have the last 'fun' parameter). Hopefully this doesn't cause issues regarding the non-returning semantics and the other api attributes --- .../so_functions/__assert_fail.xml | 53 ------------------- 1 file changed, 53 deletions(-) delete mode 100644 CodeHawk/CHB/bchsummaries/so_functions/__assert_fail.xml diff --git a/CodeHawk/CHB/bchsummaries/so_functions/__assert_fail.xml b/CodeHawk/CHB/bchsummaries/so_functions/__assert_fail.xml deleted file mode 100644 index 97c2a180..00000000 --- a/CodeHawk/CHB/bchsummaries/so_functions/__assert_fail.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - -
- - - insert program diagnostics - - - __assert_fail( - char *expr - char *file - int line - char *fun - ) - - assertion expression - filename - line number - function name - - - - - - char - - - char - - - char - - - char - - void - - - - - - - - - - - - - - - Copyright 2012-2019, Kestrel Technology LLC, Palo Alto, CA 94304 -