Opened 13 years ago
Closed 13 years ago
#2962 closed enhancement (fixed)
GDBM-1.10
Reported by: | Matthew Burgess | Owned by: | Matthew Burgess |
---|---|---|---|
Priority: | normal | Milestone: | 7.1 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New version. From NEWS:
Version 1.10, 2011-11-13 * Internationalization This version of GDBM is fully internationalized. The following localizations are available: Finnish, German, Japanese, Polish and Ukrainian. * Support for close-on-exec flag in gdbm_open (see GDBM_CLOEXEC in the docs). * Improve testgdbm command system The testgdbm tool now supports multicharacter commands. * Bugfixes Bug numbers below refer to the tracker at <http://puszcza.gnu.org.ua/bugs/?N> ** Bug #150. Tolerate I/O operations returning less bytes than expected. Retry I/O if possible. ** Bug #151 Gdbm_open now initializes with zeros the memory allocated for file header. Previous versions left uninitialized portions intact, so they contained whatever happened to be in that memory region at the moment of allocation. This created undesired security implications. ** Fix handling of NDBM databases in read-only mode.
Change History (2)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r9667.