barrier/src
Jake Barnes 9cfd521ae1
Fix out-of-bounds access in XWindowsScreen::updateButtons
This code triggers an assertion in gcc's std_vector.h on my system due
to a logical button 0 causing a write to m_buttons[-1], and a SIGABRT.

I've tried to make this code do what it seems to be intended to do, but
m_buttons isn't actually read from anywhere anyway.
2022-11-06 17:10:37 +11:00
..
cmd Restore dpiAwareness 2022-01-07 21:41:56 -08:00
gui add header encoding="UTF-8" in plist 2021-11-09 12:44:28 +01:00
lib Fix out-of-bounds access in XWindowsScreen::updateButtons 2022-11-06 17:10:37 +11:00
test lib: Pass jobs to barrier::Thread as std::function 2021-11-01 14:41:53 +02:00
CMakeLists.txt src: Extract test CMake setup to separate file 2021-01-07 23:43:51 +02:00