[Bug 267082] sys/geom/uzip/g_uzip_zstd.c: guz_zstd_decompress error when mounting

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 15 Jan 2023 16:44:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267082

--- Comment #1 from probono@puredarwin.org ---
FreeBSD CURRENT has more checks (asserts) enabled than RELEASE, which may be
the reason why the error manifests itself in 14-CURRENT but not in
13.1-RELEASE.

The kernel panic happens BEFORE one can attempt to mount the filesystem.

The kernel panic only happens when different cluster sizes are used in makefs
and mkuzip (e.g., by using makefs -R  and mkuzip -s with different values).

By using the same cluster sizes in makefs and mkuzip (makefs -R  and mkuzip -s
with the same values), the kernel panic can be avoided.

-- 
You are receiving this mail because:
You are the assignee for the bug.