caisan / libtorrent

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

Access Violation m_web #645

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Access Violation
src\web_peer_connection.cpp

t->remove_web_seed(this); < erase web_seed so web_peer_connection::m_web points 
to invalid mem
disconnect(errors::redirecting, 2); trying to access m_web and throws Access 
Violation

Original issue reported on code.google.com by ajax16...@gmail.com on 9 Jul 2014 at 10:34

GoogleCodeExporter commented 8 years ago
thanks for the report. I've added a unit test and fixed this in the RC_1_0 
branch as well as trunk

Original comment by arvid.no...@gmail.com on 9 Jul 2014 at 8:52