CSECA-07004 - Buffer overflow in httpd_session_main()

If a service isn't registered properly (i.e. service->func == NULL), req->path will be copied into a fixed size buffer. If req->path is greater than 255 bytes in length, then the buffer will overflow.

Example Code

No example code for this one.