snowyu / libtorrent

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

uninitilized read in libtorrent in dht_tracker::incoming_packet #680

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
libtorrent 1.0.2, valgrind complains http://pastebin.com/mG1m8u2r I can not 
find an initialization of m_ban_nodes.

if (i->count < min->count) min = i; // this is a line 524

Original issue reported on code.google.com by vanya...@gmail.com on 1 Oct 2014 at 9:59

GoogleCodeExporter commented 9 years ago
thanks. fixed in RC_0_16 and forward.

Original comment by arvid.no...@gmail.com on 1 Oct 2014 at 5:01