codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

proxy program always fails to parse URL. #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Invoke /usr/bin/proxy
2. Type a URL, e.g. http://foo

What is the expected output? What do you see instead?
http://foo is parsed correctly

What version of the product are you using? On what operating system?
0.2.3, OpenSolaris

Please provide any additional information below.
This is caused by the parsed string is not correct in readline().
The end of char needs '\0'. I'm attaching the patch.

Original issue reported on code.google.com by takao.fujiwara1 on 13 Feb 2009 at 6:35

Attachments:

GoogleCodeExporter commented 9 years ago
a patch (slightly different) has been commited to svn as commit #305

Original comment by dominiqu...@gmail.com on 25 Feb 2009 at 8:20