Hi,

Since I read the HTTP part of libevent is getting some love, I wanted
to mention a bug in the evhttp_decode_uri interface. It doesn't return
the length of the URI that is decoded, and since the URI could contain
"%00" which would be decoded to '\0', one can't rely on strlen. Note
that internally (evhttp_decode_uri_internal) it is handled correctly.

Regards,
Jeroen Habraken
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://lists.monkey.org:8080/listinfo/libevent-users

Reply via email to