Files
mesa/src
Mike Blumenkrantz 596d2ab0ad util/vbuf: fix buffer translation sizing
the original change here attempted to fix calculating the maximum bound for the
mapped readback buffer by adding the maximum attribute size to the final element
used by readback

the calculation was erroneous, however, because it instead calculated the maximum
offset instead of the size, which would cause a different kind of overrun

Fixes: 3c5b7dca30 ("util/vbuf: fix buffer overrun in attribute conversions")

fixes #5846

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14479>
2022-01-13 14:28:23 +00:00
..
2022-01-10 22:53:32 +00:00
2022-01-10 21:52:42 +00:00
2022-01-10 22:53:32 +00:00
2022-01-10 22:53:32 +00:00
2022-01-13 09:48:51 +00:00
2021-12-09 09:05:23 -08:00
2022-01-13 04:01:44 +00:00