CSECA-07005 - Buffer overflow in httpd_session_main()

If a service isn't found by httpd_find_service(), 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.