Skip to content

PMDK Version 1.7.1

Compare
Choose a tag to compare
@pbalcer pbalcer released this 16 Sep 08:54
· 3090 commits to master since this release
1.7.1
02dd8b8

Detailed list of bug fixes:

  • os_posix: Use FreeBSD to control secure_getenv definition
  • obj: fix pmemcheck marker in pmemobj_tx_wcsdup
  • common: fix manpage section references in comments and text files
  • doc: fix formatting of pmreorder man page
  • obj: fix transient redo log of more than 64 entries
  • obj: fix unintended recursive locking during palloc
  • pool: fix possible memory leak
  • obj: fix potential NULL-dereference in ulog_store
  • pmem: fix pmemcheck support on platforms with eADR
  • obj: fix lock release order in palloc publish
  • doc: fix make uninstall for man page links
  • obj: fix zone size calculations
  • doc: fix return type of pmemobj_tx_stage()
  • common: fix calculation of bad blocks in os_badblocks_get()
  • obj: fix failure atomicity bug in huge allocs
  • obj: add missing drain after ulog processing