y500 / libtorrent

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

crash/iterator assert in alert.cpp (trunk) #688

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
because
stats_alert::num_channels > stat::num_channels

there is a problem in alert.cpp 398

...
for (int i = 0; i < num_channels; ++i)
    transferred[i] = s[i].counter();
...

trunk rev. 10442

Original issue reported on code.google.com by webmas...@massaroddel.de on 24 Oct 2014 at 2:36

GoogleCodeExporter commented 8 years ago
thanks! fixed in [10446].

Original comment by arvid.no...@gmail.com on 25 Oct 2014 at 11:10

GoogleCodeExporter commented 8 years ago

Original comment by arvid.no...@gmail.com on 25 Oct 2014 at 11:10