mldonkey-bugs
[Top][All Lists]
Advanced

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

[Mldonkey-bugs] [bugs #3079] LimeWire plugin is unable to correctly pars


From: spiralvoice
Subject: [Mldonkey-bugs] [bugs #3079] LimeWire plugin is unable to correctly parse strings in incoming packets
Date: Tue, 02 Dec 2003 14:44:00 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.5) Gecko/20031007

This mail is an automated notification from the bugs tracker
 of the project: mldonkey, a free e-Donkey client.

/**************************************************************************/
[bugs #3079] Latest Modifications:

Changes by: 
                spiralvoice <address@hidden>
'Date: 
                Tue 12/02/2003 at 20:43 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This patch report is old. If the bug still exists in current

versions please post a new bug report - spiralvoice






/**************************************************************************/
[bugs #3079] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=3079>
Project: mldonkey, a free e-Donkey client
Submitted by: Sergey S. Koval
On: Thu 04/03/2003 at 10:22

Category:  LimeWire-plugin
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Closed
Release:  None
Release:  2.04rc1-12
Platform Version:  FreeBSD i386-i686
Binaries Origin:  None


Summary:  LimeWire plugin is unable to correctly parse strings in incoming 
packets

Original Submission:  in limewire/limewareProtocol.ml, function get_string, 
line 50, there is:



if pos <= len then raise Exit;



This is infact incorrect, should be:



if pos >= len then raise Exit;



Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 12/02/2003 at 20:43       By: spiralvoice
This patch report is old. If the bug still exists in current

versions please post a new bug report - spiralvoice












For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=3079>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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