The Wayback Machine - https://web.archive.org/web/20201125014142/https://github.com/topics/lz4
Skip to content
#

lz4

Here are 104 public repositories matching this topic...

coolaj86
coolaj86 commented Sep 29, 2020

I was able to confirm that os.Create() will happily follow symlinks.

Although standard tools like tar will not likely allow you to add two files with the same name to an archive file, it's certainly easy enough to do in code. This means that we need to add an additional check before writing to a destination to make sure that it's not a symlink outside of the destination.

The vulnerab

jonathanunderwood
jonathanunderwood commented Dec 28, 2019

The streams module currently only supports the double buffer approach, and not the ring buffer approach. The scaffolding for supporting the double buffer approach is in the code, however. This just needs a willing volunteer to implement it.

The streams module was authored by @tSed who may be able to give guidance to a volunteer.

EasyCompressor is an open-source compression abstraction library that supports and implements many compression algorithms such as Zstd, LZMA, LZ4, Snappy, Brotli, GZip and Deflate. It is very useful for using along with distributed caching or storing files in database.
  • Updated Nov 24, 2020
  • C#

Improve this page

Add a description, image, and links to the lz4 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lz4 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.