Skip to content

v1.2.5

Compare
Choose a tag to compare
@Frederick888 Frederick888 released this 05 Jan 13:52
· 33 commits to master since this release
98b5dfb
  1. Fix memory leak caused by incorrect zval allocation
  2. Sort dictionary by keys when encoding (thanks @ttys3 #8)
  3. Fix segfault when parsing malformed Bencode integers, e.g. i10 (missing e at the end)
  4. Code style (.clang-format, clearer project structure)
  5. Various chores (correctly configure valgrind in CI, test against PHP 7.4, etc.)