Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-22 | Prevent some buffer overruns in spell.c's parsing of affix files. | Tom Lane | 15.18 |
| 2026-04-22 | Prevent buffer overrun in spell.c's CheckAffix(). | Tom Lane | 15.18 |
| 2026-02-25 | Fix some cases of indirectly casting away const. | Tom Lane | 15.18 |
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 15.16 |
| 2025-03-08 | Clear errno before calling strtol() in spell.c. | Tom Lane | 15.13 |
| 2022-08-24 | Defend against stack overrun in a few more places. | Tom Lane | 15.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-07-01 | Improve various places that double the size of a buffer | David Rowley | 15.0 |