File: release-v0.5.8.md

package info (click to toggle)
golang-github-ulikunitz-xz 0.5.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,496 kB
  • sloc: makefile: 7; sh: 5
file content (8 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
# Release Notes v0.5.8

This release fixes the security issue #35. The readUvarint function
would run infinitely given specific input. The function is now
terminating if more than 10 bytes of input have been read. The behavior
is tested.

Many thanks to Github user 0xdecaf for reporting the issue.