| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | http.c: Improve error detection for strotull(3) | Xavier Del Campo Romero | 2023-07-20 | 1 | -1/+12 | |
| | | | | | | set_length relies on user input to determine Content-Length, so it should be considered unreliable. | |||||
| * | Fix memory leak on failed realloc(3) | Xavier Del Campo Romero | 2023-07-20 | 4 | -33/+79 | |
| | | | | | | | | | | | According to C99 ยง7.20.3.4: If memory for the new object cannot be allocated, the old object is not deallocated and its value is unchanged. Therefore, a temporary pointer must be used to ensure the original object can still be deallocated should realloc(3) return a null pointer. | |||||
| * | Add Makefile | Xavier Del Campo Romero | 2023-07-20 | 1 | -0/+34 | |
| | | ||||||
| * | Initial commit | Xavier Del Campo Romero | 2023-07-20 | 9 | -0/+3343 | |
