Skip to content

Commit

Permalink
fix: suppress 'em all
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Nov 5, 2024
1 parent 8b2d69a commit da9f24c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions meson/ubsan.supp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@
# implementation on how the casting and writing of different variable types is
# correct, and there are no bugs there.
##################################################################################
alignment:hipo::structure::getDoubleAt
alignment:hipo::structure::getFloatAt

alignment:hipo::structure::getIntAt
alignment:hipo::structure::getShortAt
alignment:hipo::structure::putDoubleAt
alignment:hipo::structure::getByteAt
alignment:hipo::structure::getFloatAt
alignment:hipo::structure::getDoubleAt
alignment:hipo::structure::getLongAt
alignment:hipo::structure::getStringAt

alignment:hipo::structure::putIntAt
alignment:hipo::structure::putShortAt
alignment:hipo::structure::putByteAt
alignment:hipo::structure::putFloatAt
alignment:hipo::structure::putDoubleAt
alignment:hipo::structure::putLongAt
alignment:hipo::structure::putStringAt

0 comments on commit da9f24c

Please sign in to comment.