Hash :
8271e7fb
Author :
Date :
2009-11-02T16:11:18
stdlib-safer: wrap all mkstemp variants * modules/mkostemp (configure.ac): Set witness. * modules/mkostemps (configure.ac): Likewise. * modules/mkstemps (configure.ac): Likewise. * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer) (mkstemps_safer): Wrap more functions. * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the wrapping. * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer) (mkstemps_safer): Implement the wrappers. Signed-off-by: Eric Blake <ebb9@byu.net>
Description:
mkstemps() function: create a private temporary file, with suffix
Files:
lib/mkstemps.c
m4/mkstemps.m4
Depends-on:
extensions
stdlib
tempname
configure.ac:
gl_FUNC_MKSTEMPS
gl_MODULE_INDICATOR([mkstemps])
gl_STDLIB_MODULE_INDICATOR([mkstemps])
Makefile.am:
Include:
<stdlib.h>
License:
LGPLv2+
Maintainer:
Eric Blake