Merge pull request #182578 from risicle/ris-lua-5.4-CVE-2022-33099

lua5_4: add patch for CVE-2022-33099
This commit is contained in:
Jörg Thalheim 2022-07-24 09:33:41 +01:00 committed by GitHub
commit 6974855187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/";
})
];
};