Mel Henning
|
46130bc721
|
util/rmq: Fix uninitialized read in preprocess
We were previously always reading table->width elements from the previous
row in this loop, but we write fewer entries than that to the current
row. Fix this by adjusting the element count.
Fixes: 0d07b86073 ("util: Add range_minimum_query")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14593
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
(cherry picked from commit 4171161227)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39462>
|
2026-01-08 07:49:53 -08:00 |
|