mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
We don't wanna use VLAs, because they're inherently unsafe. Since the values[] array can never be bigger than attrs, just use attr's size here. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>