ext4magic: add patch to fix segfault (#408805)

This commit is contained in:
Aleksana
2025-05-23 20:17:06 +08:00
committed by GitHub
+5 -1
View File
@@ -22,9 +22,13 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
url = "https://sourceforge.net/p/ext4magic/tickets/10/attachment/ext4magic-0.3.2-i_dir_acl.patch";
sha256 = "1accydd8kigid68yir2fbihm3r3x8ws3iyznp25snkx41w6y6x8c";
hash = "sha256-DHXjDQ+kT6uLuPb7ODRHfeRRYVxO5OiRafHFiVrzjKk=";
})
./glibc-fix.patch
(fetchpatch {
url = "https://salsa.debian.org/pkg-security-team/ext4magic/-/raw/0e52341dbe8681a6e1a59d902e5e33ec13be1cbe/debian/patches/fix-segfault-extent-free.patch";
hash = "sha256-MI363/E676E8ZH41k/XnQ2kdWzKAp5uQF/h2FN7X/x8=";
})
];
buildInputs = [