Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-22 | Prevent some buffer overruns in spell.c's parsing of affix files. | Tom Lane | 14.23 |
| 2026-04-22 | Prevent buffer overrun in spell.c's CheckAffix(). | Tom Lane | 14.23 |
| 2026-02-25 | Fix some cases of indirectly casting away const. | Tom Lane | 14.23 |
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 14.21 |
| 2025-03-08 | Clear errno before calling strtol() in spell.c. | Tom Lane | 14.18 |
| 2022-08-24 | Defend against stack overrun in a few more places. | Tom Lane | 14.6 |
| 2021-04-19 | Fix typos and grammar in comments and docs | Michael Paquier | 14.0 |
| 2021-03-19 | Don't leak compiled regex(es) when an ispell cache entry is dropped. | Tom Lane | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-09-05 | Yet more elimination of dead stores and useless initializations. | Tom Lane | 14.0 |
| 2020-09-04 | Remove some more useless assignments. | Tom Lane | 14.0 |