aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-12-21 09:19:41 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-12-21 09:26:54 +0200
commit2e8a5e0be7b2db179018c10248a6cc64f9db3314 (patch)
tree6c36d26a1b6c6e668628683978baa2acea3ad3ba /NEWS
parentc175231e2781abd17eabf412cfb597654a076c7b (diff)
downloadgdbm-2e8a5e0be7b2db179018c10248a6cc64f9db3314.tar.gz
gdbm-2e8a5e0be7b2db179018c10248a6cc64f9db3314.tar.bz2
Improve database reproducibility
* src/gdbmopen.c (gdbm_fd_open): Fill allocated memory with 0's where necessary. Check return value from fstat. * src/mmap.c (_gdbm_file_size): Set errno here, instead of delegating that to the caller. (_gdbm_file_extend): New function. (_gdbm_mapped_remap): Call _gdbm_file_extend instead of leaving the newly allocated space filled with garbage. * src/gdbmload.c (_set_gdbm_meta_info): Additional error checking. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 98988d1..d2ff764 100644
--- a/NEWS
+++ b/NEWS
@@ -110,7 +110,7 @@ Copy meta-information (ownership and file permissions) from src to dst.
** Line editing in gdbmtool
The gdbmtool utility now offers the usual line-editing facilities (if
-the package has been compiled with GNU Readline.
+the package has been compiled with GNU Readline).
** Keyboard shortcuts

Return to:

Send suggestions and report system problems to the System administrator.