Skip to content

v1.4.13

Compare
Choose a tag to compare
@adamansky adamansky released this 03 Sep 09:04
· 262 commits to master since this release
  • Fixed SEGV in iwkv_cursor_open with zero-length key and IWDB_VNUM64_KEYS (#42)
  • Fixed Heap UAF in iwkv_close after invoking iwkv_db_set_meta on a database (#41)
  • Added iwxstr_wrap() (iwxstr.h)
  • Added RCT() checker for pthread routines (basedefs.h)
  • Added iwbin2hex() (iwconv.h)
  • iwxstr_clear() sets value of intgernal string buffer to zero (iwxstr.h)
  • Added user data store capability to iwxstr (iwxstr.h)
  • Added iwpool_strdup2(), iwpool_strndup2() (iwpool.h)
  • Added iwp_set_current_thread_name() (iwp.h)
  • Added RCENO define (basedefs.h)
  • Thread poll, single thread worker fixes
  • Added IW_MIN, IW_MAX, IW_XSTR defines