diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2018-03-02 19:38:04 +0100 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2018-03-02 19:41:49 +0100 |
commit | 3ef3729b3b97a44da91368fe40a77a1886e4464d (patch) | |
tree | e99fdb2e94116f73496c622ec632bb57ad2b2bc9 /app-antivirus/clamav/files | |
parent | net-fs/samba-4.5.15-r0: alpha stable (diff) | |
download | gentoo-3ef3729b3b97a44da91368fe40a77a1886e4464d.tar.gz gentoo-3ef3729b3b97a44da91368fe40a77a1886e4464d.tar.bz2 gentoo-3ef3729b3b97a44da91368fe40a77a1886e4464d.zip |
app-antivirus/clamav:
adding 0.99.4 security release
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-antivirus/clamav/files')
-rw-r--r-- | app-antivirus/clamav/files/clamav-0.99.4-pcre2-compile-erroffset.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-antivirus/clamav/files/clamav-0.99.4-pcre2-compile-erroffset.patch b/app-antivirus/clamav/files/clamav-0.99.4-pcre2-compile-erroffset.patch new file mode 100644 index 000000000000..5585ea614534 --- /dev/null +++ b/app-antivirus/clamav/files/clamav-0.99.4-pcre2-compile-erroffset.patch @@ -0,0 +1,11 @@ +--- clamav-0.99.4/libclamav/regex_pcre.c_orig 2018-03-02 19:10:39.702899702 +0100 ++++ clamav-0.99.4/libclamav/regex_pcre.c 2018-03-02 19:09:27.600901912 +0100 +@@ -112,7 +112,8 @@ + #if USING_PCRE2 + int cli_pcre_compile(struct cli_pcre_data *pd, long long unsigned match_limit, long long unsigned match_limit_recursion, unsigned int options, int opt_override) + { +- int errornum, erroffset; ++ int errornum; ++ size_t erroffset; + pcre2_general_context *gctx; + pcre2_compile_context *cctx; |