Small fix to retrieve the port of a IPV6 literal URL eg: [::1]:2001 we used to search from left to right for the first instance of ':' to separate address from port. with an IPV6 url, the following memcpy in mk_request.c crash the monkey server.
Steps to reproduce: 1) put "Listen ::1" in monkey.conf 2) open web browser type address: "[::1]:2001" 3) --> BOUM
0001-Added-fix-for-IPV6-litteral-URL-port-retrieval.patch
Description: Binary data
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
