projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f921f9
)
Malware: Fix potential spin-on-read-error with kavdaemon
author
Richard Clayton
<richard@highwayman.com>
Sun, 20 Dec 2015 19:12:21 +0000
(19:12 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 20 Dec 2015 19:12:21 +0000
(19:12 +0000)
src/src/malware.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/malware.c
b/src/src/malware.c
index 4f4a41952ece8efc51f70df81e80aeb65c821b57..9dd241b8c84f0d62cf9c9aff7be8992ec3dbb10e 100644
(file)
--- a/
src/src/malware.c
+++ b/
src/src/malware.c
@@
-918,7
+918,8
@@
if (!malware_ok)
uschar tmpbuf[1024];
uschar * scanrequest;
int kav_rc;
- unsigned long kav_reportlen, bread;
+ unsigned long kav_reportlen;
+ int bread;
const pcre *kav_re;
uschar *p;