Opened 6 years ago
Closed 6 years ago
#4302 closed task (fixed)
gdbm-1.16
Reported by: | Bruce Dubbs | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 8.3 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Note:
See TracTickets
for help on using tickets.
Version 1.16 - 2018-06-27
This is a very long-standing bug, dated back to the time when optional coalescing of available blocks with the newly released block was introduced. Merging the released block with an adjacent block of available space would clobber the sorting order of the available list. The bug was discovered due to strict database consistency checks, introduced in version 1.15.
The fix introduced in this version will silently restore the proper sorting order of available block list before its use.
New implementation of block merging algorithm will correctly handle both left and right-adjacent blocks.