Commit 37336723 authored by Tim Wickberg's avatar Tim Wickberg Committed by Danny Auble
Browse files

Remove potential replacement of strndup with unbounded strdup

If HAVE_STRNDUP is undefined, please fix your compiler.
Replacing strndup with an unbounded strndup is a bad idea,
and you should be using xstrndup anyways.
parent 8af88a7a
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