git: libthread_xu: replace mktemp(3) with mkstemp(3) call
Johannes Hofmann
hofmann at crater.dragonflybsd.org
Tue Jan 6 12:51:40 PST 2015
commit 92d9bb5edafc865943eb62a17c0beea9a06adc74
Author: Johannes Hofmann <johannes.hofmann at gmx.de>
Date: Tue Jan 6 21:44:09 2015 +0100
libthread_xu: replace mktemp(3) with mkstemp(3) call
This avoids a warning about a possible unsafe use of mktemp(3)
when linking with libthread_xu.
Summary of changes:
lib/libthread_xu/thread/thr_sem.c | 41 +++++++++++++++++----------------------
1 file changed, 18 insertions(+), 23 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/92d9bb5edafc865943eb62a17c0beea9a06adc74
--
DragonFly BSD source repository
More information about the Commits
mailing list