Package: licq-plugin-console
Version: 1.3.4-2
Followup-For: Bug #399012

file {licq-source}/plugins/console/src/console_tab.cpp,
about line 99:

/* This is commented, so we get a list of every user if the user hits tab 
   and hasn't typed anything. This might suck...
    if (nLen == 0)
      _sTabCompletion.szPartialMatch = 0;
    else
      _sTabCompletion.szPartialMatch = szMatch;
*/

uncommenting it cures the segfault.

I think using C strings in C++ code was a bad idea.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to