bugmldonkey, a multi-networks file-sharing client - Bugs: bug #14548, peers with ip 1.0.0.0 and random...

 
 

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

bug #14548: peers with ip 1.0.0.0 and random port

Submitter:  bogeyman <bogeyman>
Submitted:  Fri 16 Sep 2005 12:16:21 AM UTC
   
 
Category:  Core Severity:  3 - Normal
Item Group:  Program malfunction Status:  None
Assigned to:  None Open/Closed:  Closed
Release:  2.6.4 Release: 
Operating System:  Linux Binaries Origin:  CVS / Self compiled
CPU type:  None

Fri 16 Sep 2005 01:29:45 AM UTC, comment #1: 

1.0.0.0 is not a valid ip, right? so:

 let valid (j,k,l,i) =
  match (j,k,l,i) with
      1, 0, 0, 0 -> false
    | , , , ->
      j > 0 && j < 224 &&
      k >= 0 && k <= 255 &&
      l >= 0 && l <= 255 &&
      i >= 0 && i <= 255

patch included, ill test this

bogeyman <bogeyman>
Group Member
Fri 16 Sep 2005 12:16:21 AM UTC, original submission:  

i got some of these in my boot_peers. are they firewalled ones? or did they just fill in the wrong ip?

bogeyman <bogeyman>
Group Member

 

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

Attached Files
file #3194:  ip_valid.patch added by bogeyman (693B - text/x-patch)

 

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.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-16 bogeyman Reassign ItemFrom group mldonkey, a multi-networks file-sharing client, bugs tracker To group mldonkey, a multi-networks file-sharing client, patch tracker
2005-09-16 bogeyman CategoryOvernet-Plugin Core
    SummaryOV: peers with ip 1.0.0.0 and random port peers with ip 1.0.0.0 and random port
    Attached File- Added ip_valid.patch, #2955

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code