On Monday 29 April 2002 20:36, Adam Cowell wrote:
> Hiya,
> I know that UIN of user 136921013 is a spam bot. But crashes licq when
> it tries getting its user info. Thought i'd tell you guys incase it
> causes a problem relating to some normal users. Not affect anyone else
> in my userlist tho.

yes. the problem apears when checking the info of invalid users. the 
offending code was a a null deference

Saludos,
        Juan.
-- 
Buenos Aires, Argentina

Index: src/icqd-srv.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-srv.cpp,v
retrieving revision 1.31
diff -u -1 -b -p -r1.31 icqd-srv.cpp
--- src/icqd-srv.cpp	28 Apr 2002 16:56:48 -0000	1.31
+++ src/icqd-srv.cpp	30 Apr 2002 01:25:57 -0000
@@ -2352,3 +2352,4 @@ void CICQDaemon::ProcessVariousFam(CBuff
 				// error: empty result or nonexistent user (1E =  readonly???)
-        	gLog.Info("%sFailed to update detail info: %x.\n", L_SRVxSTR, nResult);
+        	gLog.Info("%sFailed to update detail info: %x.\n", L_SRVxSTR,
+        		nResult);
         	e = DoneExtendedServerEvent(nSubSequence, EVENT_FAILED);
@@ -2356,2 +2357,3 @@ void CICQDaemon::ProcessVariousFam(CBuff
           e = NULL;
+         	break;
       	} else {

Reply via email to