lua5_4: add patch for CVE-2022-33099

This commit is contained in:
Robert Scott 2022-07-23 13:37:52 +01:00
parent 16108ff74a
commit dd107ca580

View file

@ -17,6 +17,13 @@ rec {
extraPrefix = "src/";
excludes = [ "src/testes/*" ];
})
(fetchpatch {
name = "CVE-2022-33099.patch";
url = "https://github.com/lua/lua/commit/42d40581dd919fb134c07027ca1ce0844c670daf.patch";
sha256 = "sha256-qj1Dq1ojVoknALSa67jhgH3G3Kk4GtJP6ROFElVF+D0=";
stripLen = 1;
extraPrefix = "src/";
})
];
};