From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Vulnerability Description: - Vulnerability Type: Out-of-bounds write error - Affected Code: - Issue Description: In the function, if exceeds 31, it leads to out-of-bounds access. 2. Fix Measures: - Fix Code: Change the boundary check from to . - Reason for Fix: Ensure that in the function does not exceed 31 to prevent out-of-bounds access. 3. Fix History: - Upstream Commit: - Fix Commit: 4. Fix Contributors: - Author: Junlin Li - Committer: Greg Kroah-Hartman - Signers: Junlin Li , Hans Verkuil , Sasha Levin 5. Diffstat: - File Changes: 1 file changed, 2 insertions, 1 deletion - File Path: 6. Timestamps: - Commit Time: 2024-07-03 01:50:23 +0800 - Committer Time: 2024-10-04 16:29:28 +0200 This information helps us understand the vulnerability's background, the fix process, and the code changes after the fix.