[eboard-devel] Bug fixed
Brought to you by:
bergo
From: Noël D. <kib...@gm...> - 2014-01-07 15:32:26
|
Hello, there is a segfault bug in eBoard-1.1.1 when making a new p2p connection. It can be fixed by removing line 283 from file "p2p.cc" ("me->toid = -1;"). The reason for this bug is that we try to write to a deleted object. In the case of a new connection, me->checkForConnection() deletes the "me" object (p2p.cc:276), then one tries to write to the "me->toid" property (p2p.cc:283). Thanks for this nice program. Happy new year. Kibos (France) |