Skip to content

Commit 678a044

Browse files
Fix
1 parent b570771 commit 678a044

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/clusterfuzz/_internal/crash_analysis/crash_analyzer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
UBSAN_CRASH_TYPES_NON_SECURITY = [
8383
'Divide-by-zero',
8484
'Float-cast-overflow',
85+
'Implicit-conversion',
8586
# We do not name this "Signed-integer-overflow", for the sake of syntax
8687
# being used in LLVM and C++, as there is no "signed int" type.
8788
'Integer-overflow',
@@ -92,6 +93,7 @@
9293
'Invalid-null-return',
9394
'Misaligned-address',
9495
'No-return-value',
96+
'Out-of-range',
9597
'Pointer-overflow',
9698
'Potential-null-reference',
9799
'Undefined-shift',

0 commit comments

Comments
 (0)