Change #278853
| Category | None |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Fri 21 Aug 2026 11:25:04 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 2f1dda96911c41c725747eb1775da1759ef9bc95 |
Comments
u8_strset: start with 8 default entries The previous 4 entries were exhausted on simple command lines, depending on environment/build. Grow the initial size to 8 to avoid early allocs. Closes #22633
Changed files
- lib/uint-hashset.h
- tests/unit/unit3211.c