We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b570771 commit 678a044Copy full SHA for 678a044
src/clusterfuzz/_internal/crash_analysis/crash_analyzer.py
@@ -82,6 +82,7 @@
82
UBSAN_CRASH_TYPES_NON_SECURITY = [
83
'Divide-by-zero',
84
'Float-cast-overflow',
85
+ 'Implicit-conversion',
86
# We do not name this "Signed-integer-overflow", for the sake of syntax
87
# being used in LLVM and C++, as there is no "signed int" type.
88
'Integer-overflow',
@@ -92,6 +93,7 @@
92
93
'Invalid-null-return',
94
'Misaligned-address',
95
'No-return-value',
96
+ 'Out-of-range',
97
'Pointer-overflow',
98
'Potential-null-reference',
99
'Undefined-shift',
0 commit comments