ASAN Warning: Integer Overflow in pPager->aStat Array
Issue Overview: ASAN/UBSAN Detected Integer Overflow in pPager->aStat Array The core issue revolves around an AddressSanitizer (ASAN) and UndefinedBehaviorSanitizer (UBSAN) warning detected in the SQLite source code, specifically within the getPageNormal function. The warning indicates a signed integer overflow occurring in the pPager->aStat array, which is used to track pager statistics. The overflow happens when…