aboutsummaryrefslogtreecommitdiff
--- a/libziparchive/zip_writer.cc	2018-04-25 22:33:05.472674164 +0200
+++ b/libziparchive/zip_writer.cc	2018-04-25 22:33:21.296519518 +0200
@@ -22,6 +22,7 @@
 
 #include <sys/param.h>
 
+#include <cstring>
 #include <cassert>
 #include <cstdio>
 #include <memory>
href='/guix/log/gnu/packages/patches/ghostscript-CVE-2023-36664.patch?id=d461dd81cd688ddd63892204a19b3456810352e8'>ghostscript-CVE-2023-36664.patch
AgeCommit message (Expand)Author
2023-07-09gnu: ghostscript: Fix CVE-2023-36664....* gnu/packages/ghostscript.scm (ghostscript/fixed): New variable. (ghostscript)[replacement]: Assign it to new field. * gnu/packages/patches/ghostscript-CVE-2023-36664.patch, gnu/packages/patches/ghostscript-CVE-2023-36664-fixup.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Tobias Geerinckx-Rice