mldonkey-bugs
[Top][All Lists]
Advanced

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

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


From: nobody
Subject: [Mldonkey-bugs] [Bug #3079] LimeWire plugin is unable to correctly parse strings in incoming packets
Date: Thu, 03 Apr 2003 03:22:24 -0500

=================== BUG #3079: FULL BUG SNAPSHOT ===================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=3079&group_id=1409

Submitted by: Soulburner              Project: mldonkey, a free e-Donkey client
Submitted on: Thu 04/03/2003 at 08:22
Category:  LimeWire-plugin            Severity:  5 - Major                  
Bug Group:  None                      Resolution:  None                     
Assigned to:  None                    Status:  Open                         
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;




No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=3079&group_id=1409




reply via email to

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