aboutsummaryrefslogtreecommitdiffstats
path: root/src/implementation.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-10 20:51:43 +0100
committerDavid Robillard <d@drobilla.net>2020-11-10 20:51:43 +0100
commitc7213092415732272aa5ccd4547940bf9fe4c7b5 (patch)
tree11322cfa0081e8d2a17931d893066827fe5d2201 /src/implementation.c
parent7dde3e3ad6bfed5eb6aeeb27833f5f1a9f83de33 (diff)
downloadpugl-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 'src/implementation.c')
0 files changed, 0 insertions, 0 deletions