[w3m-dev-en 00147] SSL bug in 0.1.9

From: news-misc@ada.dhs.org
Date: Sun May 14 2000 - 01:05:44 CDT


Hi,

in the SSL changes from 0.1.8 to 0.1.9 a line got duplicated,
causing stuff (including HTTP headers) to disappear. Patch is
below.

BTW, does anyone else have problems connecting to *some* SSL
sites?

diff -ur w3m-0.1.9.jis.patch1/etc.c w3m-0.1.9.jis.patch1a/etc.c
--- w3m-0.1.9.jis.patch1/etc.c Fri Apr 28 21:47:18 2000
+++ w3m-0.1.9.jis.patch1a/etc.c Sun May 14 01:25:43 2000
@@ -1080,7 +1080,6 @@
 #else /* if !defined(USE_SSL_VERIFY) */
             ss->status = SSL_read(ss->handle, ss->buf, ss->bufsize);
 #endif /* !defined(USE_SSL_VERIFY) */
- ss->status = SSL_read(ss->handle, ss->buf, ss->bufsize);
         }
         else
             ss->status = read(ss->sock, ss->buf, ss->bufsize);

-- 
Ambrose Li  <ai337@freenet.toronto.on.ca>  http://trends.ca/~acli/

"A good style should show no sign of effort; what is written should seem a happy accident." -- Somerset Maugham.



This archive was generated by hypermail 2b29 : Wed Jul 19 2000 - 10:30:43 CDT