Skip to content

Commit

Permalink
fix: suppress all hipo::structure UBSan alignment errors (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Dec 2, 2024
1 parent f1c7259 commit 92e45c6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions meson/ubsan.supp
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# https://github.com/gavalian/hipo/issues/49
alignment:hipo::structure::getFloatAt
alignment:hipo::structure::getIntAt
alignment:hipo::structure::getShortAt
alignment:hipo::structure::getByteAt
alignment:hipo::structure::getFloatAt
alignment:hipo::structure::getDoubleAt
alignment:hipo::structure::putDoubleAt
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 92e45c6

Please sign in to comment.