https://codeberg.org/interpeer/liberate.git
Revision 9f7a90e78e9fb094ef9d5f0ad58152e2f3a884b3 authored by Jens Finkhaeuser on 17 March 2022, 19:27:54 UTC, committed by Jens Finkhaeuser on 17 March 2022, 19:27:54 UTC
past decoding the byte, we're exiting due to end-of-buffer before we
can evaluate whether the last byte has been reached. This leads to
errors where the last byte is at the end of the input buffer. Let's not
do this.
1 parent f79d0aa
History
Tip revision: 9f7a90e78e9fb094ef9d5f0ad58152e2f3a884b3 authored by Jens Finkhaeuser on 17 March 2022, 19:27:54 UTC
Move check for end of buffer to an earlier point. By moving the check
Tip revision: 9f7a90e
File Mode Size
examples
include
lib
subprojects
test
.gitignore -rw-r--r-- 93 bytes
.gitlab-ci.yml -rw-r--r-- 2.9 KB
.oclint -rw-r--r-- 673 bytes
AUTHORS.md -rw-r--r-- 39 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 5.1 KB
CONTRIBUTING.md -rw-r--r-- 3.8 KB
DCO.txt -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 34.7 KB
Pipfile -rw-r--r-- 167 bytes
Pipfile.lock -rw-r--r-- 11.9 KB
README.md -rw-r--r-- 4.8 KB
appveyor.yml -rw-r--r-- 1.4 KB
build-config.h.in -rw-r--r-- 1.8 KB
flake.lock -rw-r--r-- 564 bytes
flake.nix -rw-r--r-- 2.6 KB
meson.build -rw-r--r-- 13.7 KB
meson_options.txt -rw-r--r-- 330 bytes

README.md

back to top