Opened 5 months ago

Closed 4 months ago

Last modified 4 months ago

#20657 closed enhancement (fixed)

mesa-24.2.7

Reported by: zeckma Owned by: zeckma
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point release

Change History (4)

comment:1 by zeckma, 5 months ago

New features

  • None

Bug fixes

  • brw_fs_opt_copy_propagation incorrectly handles size changes of uniforms
  • nouveau paraview msaa corruption 23.1 bisected regression
  • Missing xshmfence dependency for X11 WSI on macOS
  • [AMDGPU RDNA3] Black square artifacts in viewport renders in Blender
  • radv: test_sm67_sample_cmp_level test in vkd3d-proton fails
  • [ANV] LNL tiled corruption in background traci Blackops3-trace-dx11-1080p-high
  • Confidential issue #12092

Full release notes at: https://docs.mesa3d.org/relnotes/24.2.7.html

comment:2 by zeckma, 4 months ago

Owner: changed from blfs-book to zeckma
Status: newassigned

comment:3 by zeckma, 4 months ago

Resolution: fixed
Status: assignedclosed

comment:4 by Douglas R. Reno, 4 months ago

We need to keep an eye out for a CVE for that confidential issue (will check again every few days).

The commit where this was fixed at was here: https://gitlab.freedesktop.org/mesa/mesa/-/commit/d480ca55aa77cc3bc97a904ca72bf13e2b1910ab

util/primconvert: Avoid OoB with improbable draws

Detect when the temporary index buffer cannot be generated due to too
large primitive count, and simply drop the draw on the floor.

Fixes a webgl reachable asan/crash.

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12092


Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
Reviewed-by: default avatarAlyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-By: default avatarMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <!31914>
(cherry picked from commit 98ff271c)

Upstream seems to be treating this like a security vulnerability.

Note: See TracTickets for help on using tickets.