An error occurred while fetching this tab.
lib: improve external file loading
- May 30, 2020
-
-
Daiki Ueno authored
This makes it clear that "fd" is not a file descriptor but a FILE pointer. Suggested by Tim Rühsen. Signed-off-by:
Daiki Ueno <ueno@gnu.org>
-
Daiki Ueno authored
Signed-off-by:
Daiki Ueno <ueno@gnu.org>
-
Daiki Ueno authored
This makes use of the RF_SENSITIVE flag newly added to read_file function when reading potentially senstive information from a file. Signed-off-by:
Daiki Ueno <ueno@gnu.org>
-
Daiki Ueno authored
This makes use of the "e" flag of fopen, provided by the Gnulib's fopen-gnu module. Reported by Remi Denis-Courmont in: #985 and fix suggested by Tim Rühsen. Signed-off-by:
Daiki Ueno <ueno@gnu.org>
-
- May 29, 2020
-
-
Daiki Ueno authored
This brings in the new fopen-gnu module and the RF_SENSITIVE flag for fread_file and read_file. This also adds the following changes to be consistent with the latest changes in Gnulib: - the callers of fread_file and read_file to be adjusted for the FLAGS argument - "attribute.h" needs to be used extensively Signed-off-by:
Daiki Ueno <ueno@gnu.org>
-