y500 / libtorrent

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

crash in stats_alert::stats_alert(torrent_handle const& h, int in, stat const& s) trunk #702

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is an index out of range problem in stats_alert again.

In trunk alert.cpp 401 it is crashing because the 
stats_alert::stats_channel::download_ip_protocol (7) is used to index stat but 
stat::download_ip_protocol (5) should be used or the enumeration order in 
stats_alert::stats_channel should be changed.

Original issue reported on code.google.com by webmas...@massaroddel.de on 29 Nov 2014 at 7:45

GoogleCodeExporter commented 8 years ago
sorry about that. fixed in trunk now.

Original comment by arvid.no...@gmail.com on 29 Nov 2014 at 8:17