Remove use of strndup
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 29 Dec 2013 21:14:06 +0000 (22:14 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 4 Jan 2014 11:49:09 +0000 (12:49 +0100)
commit0a13b12ce42b0656a6a1b12405ece34fda5dbe26
tree4d138525ef6246cc5edfaa42625e58608e0852cc
parent0daaf16c6e5f8323e33d43ab32f90396d801a53f
Remove use of strndup

The use of strndup was actually unsafe, as the length was passed using
an ordinary strlen. strndup was not availableon OS X 10.6, and is now
replaced by an ordinary strdup, which should be save enough.
gtk/xboard.c