You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report and testcase. Apparently, needs to be replaced by memmove(). Sadly, I don't have enough resource to work on the project now, so that will have to wait.
memcpy cannot be used, because memory region may overlap (the behavior is undefined). copy must be made byte by byte.
Simple check with tgunzip:
12341234123411111113333333
). I attach test.gzError during decompression: -4
(TINF_CHKSUM_ERROR)test.txt
test.gz
The text was updated successfully, but these errors were encountered: