[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[JDEV] common libs bug..
Found a small bug in io.c of the lib directory. Around line 54, there is
something like this:
while(c_count != NULL)
{
if(FD_ISSET(c_count->id, &read_fd_set))
{
Upon initial connection, c_count IS valid, but c_count-> is NOT. Example
is in jabber.transport. Start it up telnet to host port 5222, and type
<boo>. jabber.transport reports the invalid XML header, and dies a
terribly.. ;-P
--
Thomas Charron
United Parcel Service
Northeast Region
"Moving at the speed of a T3 Trunk Line!"