A more subtle bug is
malloc(strlen(s + 1))
; another common problem is
p = malloc(sizeof(p))
.
back
This page by
Steve Summit
//
Copyright
1995-2004 //
feedback