Commit a4548845 authored by Mark Grondona's avatar Mark Grondona
Browse files

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

   to "bar = xstrdup(foo);":
parent 270259dc
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