You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix critical integer overflow in MAP32/MAP16 validation (C API) β count*2 could wrap to zero for counts β₯ 0x80000000, bypassing validation of map elements.
Fix std::bad_alloc crash in C++ Blob API β oversized MAP32/ARRAY32 counts could trigger unbounded vector allocations. Added plausibility checks.
β¬οΈ SQLite Update
Bundled SQLite updated from 3.51.3 β 3.53.1 (latest stable, May 2026)
π§ͺ Testing Improvements
8 new edge-case tests for overflow boundary values on MAP32 and ARRAY32
4 new fuzz corpus binary files targeting arithmetic overflow scenarios