mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-users] Please apply this patch as soon as possible


From: Norbert LATAILLE
Subject: [Mldonkey-users] Please apply this patch as soon as possible
Date: 19 Dec 2002 22:35:21 +0100

Hi,

I found the opcode 15 parsing Error : it is due mldonkey-overnet peers
which send a bad Search reply. The bug is in donkeyProtoOvernet.ml, and
is here since a very long time.

As more and more mldonkey peers get connected, we are seing this bug
disturbing the overnet network. Please apply as soon as possible.


--- mldonkey-orig/mldonkey/donkey/donkeyProtoOvernet.ml    2002-12-19
19:10:12.000000000 +0100
+++ mldonkey-my/mldonkey/donkey/donkeyProtoOvernet.ml       2002-12-19
22:27:06.000000000 +0100
@@ -275,8 +275,9 @@

   | OvernetSearchReply (md4, peers) ->
       buf_int8 buf 15;
+      buf_md4 buf md4;
       buf_list8 buf_peer buf peers






reply via email to

[Prev in Thread] Current Thread [Next in Thread]