systemart / rtgui

Automatically exported from code.google.com/p/rtgui
0 stars 0 forks source link

Big files cause overflo #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download a torrent with a filesize of >4GB
2. See it overflowing...

So i suspect (actualy are certian) it's a (u)int32 overflow... using a
64bit integer should solve it..
http://libtorrent.rakshasa.no/ticket/967

keep up the nice work ;)

Original issue reported on code.google.com by davy.lan...@gmail.com on 10 Mar 2008 at 9:51

GoogleCodeExporter commented 9 years ago
Not an rtGui issue.

Original comment by lemonbe...@gmail.com on 12 Mar 2008 at 8:01

GoogleCodeExporter commented 9 years ago
actually it is, I checked another rtorrent web interface, (wTorrent) and that 
one is
not vurnable to that problem. Reading the ticket on rtorrent, rakshasa explains 
that
it was not solved in the older versions, but in the newer versions it's 
recommended
to cast it to a int64.

Original comment by davy.lan...@gmail.com on 12 Mar 2008 at 8:11