Commit 86beed44 authored by Mark Grondona's avatar Mark Grondona
Browse files

o Changed fragments like: "i=strlen(foo+1); bar=xmalloc(i); strcpy(bar,foo)"

   to "bar = xstrdup(foo);"
parent a4548845
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment