Brian Dessent wrote:

> -controlsToString(DWORD controls)
> +  char *base, *end;
> +  static char buf[34];
> +  int used = 0, dsiz = strlen (delim);

Crap, that is a mistake.  buf[34] should be something more generous like
128 or 256.  I had it set small to test to make sure it couldn't
overflow and forgot to put it back.

Brian

Reply via email to