quakeforge/libs/video
Bill Currie 83c65e6abd [vulkan] Deal with some ubsan complaints
One is potentially legit (depends on what really happens when allocating
0-length arrays on the stack), but the offset null pointer ones are
dubious as `a` should never be null when `size` is non-zero, and when
`size` is zero, everything gets corrected.
2024-09-24 11:31:36 +09:00
..
renderer [vulkan] Deal with some ubsan complaints 2024-09-24 11:31:36 +09:00
targets [input] Plug some potential UB 2024-09-24 11:28:59 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00