mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
Switching to native ruamoko bool for vkgen resulted in bool getting incorrectly parsed as a string (which mean getting the string's address written to the value). Fixes the randomly enabled debug pipelines (and probably a few randomly disabled normal pipelines, though less likely as they're usually implicitly initialized). The one bit of actual legit UB (ie, that which wasn't immediately mitigated one way or another) found by ubsan, and it was a data error. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
ecs | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |