diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-03-28 16:44:38 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-03-28 16:44:38 +0000 |
commit | 85a7ebdacbb766ed8e13f8930898a88015535863 (patch) | |
tree | 455628896604a76473ee29207817d68bfb946c10 /ChangeLog | |
parent | 46076808fbe2df8c847988d575f01a0ad7ad72c9 (diff) | |
download | tinyproxy-85a7ebdacbb766ed8e13f8930898a88015535863.tar.gz tinyproxy-85a7ebdacbb766ed8e13f8930898a88015535863.zip |
Updated ChangeLog entry for new fix.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,8 +1,11 @@ 2000-03-28 Robert James Kaes <rjkaes@flarenet.com> - * src/reqs.c (clientreq): Fixed a bug with the clientreq() - function which would cause a SEGV if the scheme was NULL. The - cause was the error logging code to report an invalid scheme. + * src/reqs.c (clientreq): Fixed a bug which would cause a SEGV if + the scheme was NULL. The cause was the error logging code to + report an invalid scheme. + (clientreq): Fixed another bug with the uri->authority. If a + request in the form of http:\\www.somewhere.com/ was entered, + tinyproxy would SEGV. 2000-03-12 Robert James Kaes <rjkaes@flarenet.com> |