Open GoogleCodeExporter opened 9 years ago
Original comment by rodionma...@gmail.com
on 25 Jun 2012 at 1:32
Attachments:
sorry for the IMPLEMENT_XMPPMODULE. its not a problem
Original comment by rodionma...@gmail.com
on 25 Jun 2012 at 1:46
found another problem in roster module. XmppRosterContactImpl::GetGroupCount()
has next line:
ASSERT(group_count > 0); // protect the cast
Is it really needed?
It is possible that there will be no grouping(i have such roster). In this case
this function will raise an exception.
Original comment by rodionma...@gmail.com
on 26 Jun 2012 at 7:08
Original issue reported on code.google.com by
rodionma...@gmail.com
on 25 Jun 2012 at 1:31