Change #282760
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Tue 22 Sep 2026 23:30:03 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | fa8412ca249caef7670972330653b2e7ba8b60db |
Comments
uint-table: add remove-max precaution Removing key UINT32_MAX is always a NOP, since that key cannot be in the table. This was ok due to a wrap-around, but make it explicit. Reported-by: Joshua Rogers Closes #23034
Changed files
- lib/uint-table.c