pull/1/head
Tatsuhiro Tsujikawa 2006-05-29 14:56:55 +00:00
parent 7774b6330c
commit 7e36107f45
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
2006-05-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-05-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
To fix the bug that cause segfaults if a zero-length peer list is To fix the bug that causes segfaults if a tracker returns a zero-length
a zero-length list: list as "peers":
* src/TrackerUpdateCommand.cc * src/TrackerUpdateCommand.cc
(execute): Added a check to see wether the type of peers is Data*. (execute): Added a check to see wether the type of peers is Data*.