Git Product home page Git Product logo

Comments (5)

zwbdzb avatar zwbdzb commented on July 22, 2024

yes, I also find the question:

if bytes.EqualFold(contentEncoding, []byte("lz4")) {
		b = make([]byte, 200*1024*1024)
		_, err = lz4.UncompressBlock(remoteResp.Body(), b)
		if err != nil {
			checklist.CheckList("fetchAllDataFromMdbStore", "ReadAllDataFromMdbStoreClient-lz4-fail", checklist.Local_Ip, err.Error(), 1, 0)
			return 0
		}

debug stack:

call  len(remoteResp.Body())   18124338
call len(b)   209715200

the dst is enough larger than the encode/decode src. but still can not decode.

result in: invalid source or destination buffer too short

from lz4.

tomasz1986 avatar tomasz1986 commented on July 22, 2024

I think these errors that I've encountered in Syncthing (which uses this library to compress data in transfer) could possibly be related too.

In short, here the problem only seems to affect the i386 release, and also only occurs when decompressing specific files. The last working version is v4.1.13, while v4.1.15 is broken. There were 24 commits between v4.1.13...v4.1.15, so it's probably one of them that is likely the culprit.

from lz4.

calmh avatar calmh commented on July 22, 2024

Here's a test case to reproduce the failure: #191

from lz4.

tomasz1986 avatar tomasz1986 commented on July 22, 2024

I've done more testing, and v4.1.14 also seems to work fine, so the issue is down to something changed between v4.1.14...v4.1.15.

from lz4.

tomasz1986 avatar tomasz1986 commented on July 22, 2024

It's the commit 7e764f7 that broke it.

from lz4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.