Hash :
f6c259d6
Author :
Date :
2022-11-27T20:52:04
read-file: use memset_explicit * lib/read-file.c (fread_file, read_file): Use memset_explicit instead of explicit_bzero. * modules/read-file (Depends-on): Depend on memset_explicit instead of on explicit_bzero.
Description:
read_file() function: read the contents of a file into a string
Files:
lib/read-file.h
lib/read-file.c
m4/read-file.m4
Depends-on:
fopen-gnu
free-posix
fstat
ftello
malloc-posix
memset_explicit
realloc-posix
stdint
sys_stat
configure.ac:
gl_PREREQ_READ_FILE
Makefile.am:
lib_SOURCES += read-file.c
Include:
"read-file.h"
License:
LGPLv2+
Maintainer:
Simon Josefsson