summaryrefslogtreecommitdiff
path: root/checklink/Fuzz.ml
diff options
context:
space:
mode:
Diffstat (limited to 'checklink/Fuzz.ml')
-rw-r--r--checklink/Fuzz.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/checklink/Fuzz.ml b/checklink/Fuzz.ml
index 7752aee..c1f6780 100644
--- a/checklink/Fuzz.ml
+++ b/checklink/Fuzz.ml
@@ -51,6 +51,9 @@ let fuzz_check elfmap bs byte old sdumps =
| Assert_failure(s, l, c) ->
if !fuzz_debug
then Printf.printf "fuzz_check failed an assertion at %s (%d, %d)\n" s l c
+ | Library.Integer_overflow ->
+ if !fuzz_debug
+ then Printf.printf "fuzz_check raised an integer overflow exception\n"
| Match_failure(s, l, c) ->
if !fuzz_debug
then Printf.printf "fuzz_check raised a match failure at %s (%d, %d)\n" s l c