File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
UBSAN_CHECK (GenericUB, " undefined-behavior" , " undefined" )
20
20
UBSAN_CHECK(NullPointerUse, " null-pointer-use" , " null" )
21
21
UBSAN_CHECK(NullptrWithOffset, " nullptr-with-offset" , " pointer-overflow" )
22
- UBSAN_CHECK(NullptrWithNonZeroOffset, " nullptr-with-nonzero-offset" , " pointer-overflow" )
23
- UBSAN_CHECK(NullptrAfterNonZeroOffset, " nullptr-after-nonzero-offset" , " pointer-overflow" )
22
+ UBSAN_CHECK(NullptrWithNonZeroOffset, " nullptr-with-nonzero-offset" ,
23
+ " pointer-overflow" )
24
+ UBSAN_CHECK(NullptrAfterNonZeroOffset, " nullptr-after-nonzero-offset" ,
25
+ " pointer-overflow" )
24
26
UBSAN_CHECK(PointerOverflow, " pointer-overflow" , " pointer-overflow" )
25
27
UBSAN_CHECK(MisalignedPointerUse, " misaligned-pointer-use" , " alignment" )
26
28
UBSAN_CHECK(AlignmentAssumption, " alignment-assumption" , " alignment" )
You can’t perform that action at this time.
0 commit comments