| commit | 593b4d81d276b428f926debfe70d56ba94edf0e1 | [log] [tgz] |
|---|---|---|
| author | Ronald Oussoren <ronaldoussoren@mac.com> | Sat Dec 23 13:33:34 2023 +0100 |
| committer | GitHub <noreply@github.com> | Sat Dec 23 13:33:34 2023 +0100 |
| tree | 1fd46d8f7a6685552afa58bf521b2726d800f31d | |
| parent | 6e02d79f96b30bacdbc7a85e42040920b3dee915 [diff] |
gh-74573: document that ndbm can silently corrupt databases on macOS (#113354) * gh-74573: document that ndbm can silently corrupt databases on macOS The system ndbm implementation on macOS has an undocumented limitation on the size of values and can silently corrupt database files when those are exceeded. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>