From this webpage screenshot, the following key information about the vulnerability can be obtained: 1. Vulnerability Description: - Title: RDMA/bnxt_re: Fix out of bound check - Description: The driver performs a check on when handling pacing stats for GenP5 and P7 adapters. When KASAN (kernel address sanitizer) is enabled, this triggers an error. 2. Error Type: - Error Type: KASAN: slab-out-of-bounds - Error Description: In the function, task wrote 8 bytes of data to address . 3. Fix Patch: - Patch Source: Upstream commit - Patch Content: Added a check for in the file . 4. Patch Context: - Patch Location: Added the check for within the function. - Patch Code: 5. Patch Diff: - Diff File: - Diff Content: Added a check for in the file. 6. Context Diff: - Diff Code: This information indicates that the fix patch was implemented to prevent out-of-bounds access errors when processing pacing stats, thereby avoiding KASAN errors.