漏洞关键信息 Title: floooh sokol e0832c9 Stack-based Buffer Overflow Description: - Type: Stack Buffer Underflow - Location: sokol_gfx.h - Crash Type: Stack-buffer-underflow (Read) - Crash Occurs: In function - Root Cause: An array index variable becomes negative, causing underflow of a stack-allocated array Vendor Confirmation: - Fixed Commit: 5d11344150973f15e16d3ec4ee7550a73fb995e0 Environment: - OS: Linux x86_64 - Compiler: Clang with - Tools: AddressSanitizer - Affected Version: master branch Vulnerability Details: - Target: sokol (sokol_gfx.h) - Crash Type: Stack-buffer-underflow (Read) - Crash Location: Line 24084 in function - Function: - Root Cause Analysis: Logic error causing an index variable to become -1, leading to underflow access.