https://hackerone.com/reports/3471553
https://hackerone.com/reports/3471553
#GitHub #OpenSource
#GitHub #OpenSource
CVE ID : CVE-2025-68262
Published : Dec. 16, 2025, 2:45 p.m. | 23 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved:
crypto: zstd - fix double-free in pe...
CVE ID : CVE-2025-68262
Published : Dec. 16, 2025, 2:45 p.m. | 23 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved:
crypto: zstd - fix double-free in pe...
Origin | Interest | Match
Just be mindful of this issue: github.com/facebook/zst... – you can trim the unnecessary bytes and make it valid with `tail -c +5`
Just be mindful of this issue: github.com/facebook/zst... – you can trim the unnecessary bytes and make it valid with `tail -c +5`
My Advent of Code target uses 846MiB instead of 2.5GiB on btrfs with zstd (34%)
❯ sudo compsize target
Processed 15143 files, 24988 regular extents (28571 refs), 5452 inline […]
My Advent of Code target uses 846MiB instead of 2.5GiB on btrfs with zstd (34%)
❯ sudo compsize target
Processed 15143 files, 24988 regular extents (28571 refs), 5452 inline […]
Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support
🔗 https://github.com/amitdugar/archiveutil
Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support
🔗 https://github.com/amitdugar/archiveutil
Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support
🔗 https://github.com/amitdugar/archiveutil
Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support
🔗 https://github.com/amitdugar/archiveutil
Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support
🔗 https://github.com/amitdugar/archiveutil
Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support
🔗 https://github.com/amitdugar/archiveutil
Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support
🔗 https://github.com/amitdugar/archiveutil
Smart single-file compressor/decompressor for zstd, pigz/gzip, and zip with password-protected ZIP support
🔗 https://github.com/amitdugar/archiveutil
```
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-25.11";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
with pkgs;
mkShell {
nativeBuildInputs = [
pdm
kdePackages.qtbase
zstd
];
LD_LIBRARY_PATH = lib […]
```
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-25.11";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
with pkgs;
mkShell {
nativeBuildInputs = [
pdm
kdePackages.qtbase
zstd
];
LD_LIBRARY_PATH = lib […]
1. Reuse zstd decoders for each thread. I was creating a decoder for each vbq block which incurred redundant allocations
2. Zero-copy parsing of blocks, referencing similar to paraseq
1. Reuse zstd decoders for each thread. I was creating a decoder for each vbq block which incurred redundant allocations
2. Zero-copy parsing of blocks, referencing similar to paraseq
en.wikipedia.org/wiki/BLAKE_(...
こういう低レイヤーのところも目を離すとちゃんと進んでいるのはすごい。
en.wikipedia.org/wiki/BLAKE_(...
こういう低レイヤーのところも目を離すとちゃんと進んでいるのはすごい。