Deleted Added
full compact
2c2
< Copyright 1993, 1994, 1995, 1997, 1999, 2001
---
> Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002
378d377
< ++len;
379a379
> len = (s - (const unsigned char *) string) - 1;
410c410
< strcpy (new, string);
---
> memcpy (new, string, len + 1);