bugmldonkey, a multi-networks file-sharing client - Bugs: bug #3079, LimeWire plugin is unable to...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #3079: LimeWire plugin is unable to correctly parse strings in incoming packets

Submitter:  Invalid User ID <#17698>
Submitted:  Thu 03 Apr 2003 08:22:23 AM UTC
   
 
Category:  LimeWire-plugin Severity:  3 - Normal
Item Group:  None Status:  None
Assigned to:  None Open/Closed:  Closed
Release:  None Release:  2.04rc1-12
Operating System:  FreeBSD Binaries Origin:  None
CPU type:  None

Tue 02 Dec 2003 07:43:59 PM UTC, comment #1: 

This patch report is old. If the bug still exists in current
versions please post a new bug report - spiralvoice

spiralvoice <spiralvoice>
Group administrator
Thu 03 Apr 2003 08:22:23 AM UTC, 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;

Invalid User ID <#17698>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2003-12-02 spiralvoice Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code