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:41:46 +0000 (12:41 +0100)
commit6ff0cf268749094e92bdcdbdd2490993c9a4dcd5
treecfd23567db8d205ea221f61ed02b0509c2130ff0
parent90f9791afa04690fdd044946c7369ae5c085f9b9
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