Commit e2fa1ca5 authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner Committed by GitHub
Browse files

video_core: Fix benign out-of-bounds indexing of array (#2553)

The resulting pointer wasn't written to unless the index was verified as
valid, but that's still UB and triggered debug checks in MSVC.

Reported by garrettboast on IRC
parent 2889372e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment