CSECA-07009 - Buffer overflow in httpc_header_set_date()

The formatted date is copied into a fixed size buffer. When the resulting date string is 32 bytes or more, the buffer will overflow. This will likely never happen unless some strange locale has long month and day abbreviations.

Example Code

No example code for this one.