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

lz4

Here are 116 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

biopsin
biopsin commented Jan 15, 2021

Hi, I would like to package this fork for voidlinux, however I've being queried about

What makes this fork authoritative? This is doubly relevant because the homepage is still p7zip.sourceforge.net, but that site does not appear to direct people to the new fork.

and I'm in no position to answer the question, would you mind shed some light on this?

tracking https://github.com/void-linux/

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.

A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
  • Updated Oct 25, 2021
  • 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