Alexandre Courbot
2025-Jul-17 05:15 UTC
[PATCH] gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
On Sun Jul 13, 2025 at 11:51 AM JST, Rhys Lloyd wrote:> data is sliced from 2..6, but the bounds check data.len() < 5 > does not satisfy those bounds. > > Fixes: 47c4846e4319 ("gpu: nova-core: vbios: Add support for FWSEC ucode extraction") > > Signed-off-by: Rhys Lloyd <krakow20 at gmail.com>Applied to nova-next, thanks!