CSECA-07027 - Buffer overflow in httpd_register_secure()

The service context is copied into a fixed size buffer. If the the length of the context string is greater than 253 characters, the buffer will overflow.

Example Code

No example code for this one.