diff options
author | David Robillard <d@drobilla.net> | 2020-11-10 20:51:43 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-10 20:51:43 +0100 |
commit | c7213092415732272aa5ccd4547940bf9fe4c7b5 (patch) | |
tree | 11322cfa0081e8d2a17931d893066827fe5d2201 /bindings/cxx/include/.clang-tidy | |
parent | 7dde3e3ad6bfed5eb6aeeb27833f5f1a9f83de33 (diff) | |
download | pugl-c7213092415732272aa5ccd4547940bf9fe4c7b5.tar.gz pugl-c7213092415732272aa5ccd4547940bf9fe4c7b5.tar.bz2 pugl-c7213092415732272aa5ccd4547940bf9fe4c7b5.zip |
Fix asan errors on X11
Fun with union punning. The different sizes mean that stuff on the stack could
be copied to the destination event. I don't think this would cause a concrete
issue (the contents of the event past the expose are irrelevant) but asan quite
reasonably has a problem with it.
Diffstat (limited to 'bindings/cxx/include/.clang-tidy')
0 files changed, 0 insertions, 0 deletions