[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
- CVS updates Ulrich Weigand
- Re: CVS updates Dennis Bj�rklund
- CVS updates Ulrich Weigand
- CVS updates Ulrich Weigand
- Re: CVS updates jalberty
- Re: CVS updates Ramon van Handel
- Re: CVS updates Kevin P. Lawton
- Re: CVS updates jalberty
- Re: CVS updates Kevin P. Lawton
- Re: CVS updates Ramon van Handel
- Re: CVS updates Ulrich Weigand
- Re: CVS updates Ulrich Weigand
- CVS updates Ulrich Weigand
- CVS updates Ulrich Weigand
- CVS updates Ulrich Weigand
