Skip to content

Commit

Permalink
Ignore chacha.hpp errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Apr 5, 2024
1 parent 85c3238 commit f6eae10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sanitize_ignorelist_ubsan
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This class has a member variable that is marked alignas(16) which means the object should be aligned an a 16-byte boundary which it isn’t.
# Looking at where it’s instantiated it’s a static local function variable that is also thread_local.
# This could be some sort of bug in the thread_local alignment, maybe in combination with being a static local function variable.
src:*/beast/core/detail/chacha.hpp
src:*/beast/websocket/detail/prng.ipp

0 comments on commit f6eae10

Please sign in to comment.