mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-08-31 01:44:14 +02:00
VR_DestroyRenderer() freed projections without nulling it, and VR_GetView() indexed it with no initialized check - a latent use-after-free if VR_GetView were ever called between a destroy and the next VR_InitRenderer. Not currently reachable (VR_DestroyRenderer is only called from inside VR_InitRenderer, synchronously followed by reallocation), but cheap to close off. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01L4QAoxV2KY7ek4PcZw3WvY