[EMAIL PROTECTED] (Ramon van Handel) wrote:

> >Furthermore, I've applied the various patches to the debugger code,
> >added kernel code to allow changing 'safe' flags (i.e. single-step
> >mode works now), and fixed a memory-overwrite bug.
> 
> Just out of curiosity, what was the memory-overwrite bug ?

   while (!isspace (plugin->args[++idx]));

would happily run beyond the end of the string, and

   plugin->args[idx] = '\0';

would then corrupt the heap ;-)


Bye,
Ulrich

Reply via email to