Opened 13 years ago

Closed 13 years ago

#3175 closed Bug (invalid)

Integer overflow in leecher number

Reported by: iridium172 Owned by:
Priority: Normal Milestone: None Set
Component: Transmission Version: 1.92
Severity: Normal Keywords:
Cc:

Description

I found myself downloading the iso for backtrack 4 (http://www.backtrack-linux.org/bt4-final.iso.torrent) And i looked at the inspector pane for the tracker and saw it that there were -257 leechers, this may be a problem with the tracker or with transmission.

Change History (1)

comment:1 Changed 13 years ago by charles

  • Resolution set to invalid
  • Status changed from new to closed

The tracker is returning this:

d8:completei1469e10:downloadedi141769e10:incompletei4294967064e4:name13:bt4-final.isoeee

In other words, it claims there are 4,294,967,064 leechers, which overflows our 'int' field for leechers. I guess you could argue it's a bug in Transmission to say -257 instead of 4,294,967,064 but IMO it's moot because they're both meaningless numbers...

Note: See TracTickets for help on using tickets.