micropython: fix CVE-2026-1998

closes https://github.com/NixOS/nixpkgs/issues/488034
This commit is contained in:
Pavol Rusnak
2026-02-08 09:07:19 +01:00
parent 74fe65b179
commit 3f880d9fc7
+7
View File
@@ -46,6 +46,13 @@ stdenv.mkDerivation rec {
})
./fix-cross-compilation.patch
./fix-mpy-cross-path.patch
# fix CVE-2026-1998
# https://github.com/micropython/micropython/issues/18639
# https://github.com/micropython/micropython/pull/18671
(fetchpatch {
url = "https://github.com/dpgeorge/micropython/commit/570744d06c5ba9dba59b4c3f432ca4f0abd396b6.patch";
hash = "sha256-j8xr4oqmrsYumJvyA71bx+/dg2HiUxSxdjKUR/2sclI=";
})
];
postPatch = ''