freebsd-dev/lib/libfigpar
Stefan Eßer 59ba78ccae Slightly improve previous commit that silenced a Clang Scan warning.
The strdup() call does not take advantage of the known length of the
source string. Replace by malloc() and memcpy() utilizimng the pre-
calculated string length.

Submitted by:	cperciva
Reported by:	rgrimes
MFC after:	2 weeks
2019-01-26 22:24:15 +00:00
..
figpar.3 Bump copyright following recent changes 2018-03-14 20:55:28 +00:00
figpar.c
figpar.h
Makefile MFH 2016-03-02 16:14:46 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
string_m.c Slightly improve previous commit that silenced a Clang Scan warning. 2019-01-26 22:24:15 +00:00
string_m.h