Fixed integer wraparound leading to buffer overflow with parallel HNSW index build

Reported-by: chungkn from OneMount Group <kimngocchung.k2a@gmail.com>
This commit is contained in:
Andrew Kane
2026-02-25 10:35:14 -08:00
parent f5841f07fd
commit b7e680d41a
2 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
## 0.8.2 (unreleased)
- Fixed buffer overflow with parallel HNSW index build
- Improved `install` target on Windows
- Fixed `Index Searches` in `EXPLAIN` output for Postgres 18