ALT Linux Bugzilla
– Attachment 2586 Details for
Bug 15401
Локализация KlamAV
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для сборки с clamav
klamav-clamav.patch (text/plain), 694 bytes, created by
Andrey Cherepanov
on 2008-04-24 11:08:45 MSD
(
hide
)
Description:
Патч для сборки с clamav
Filename:
MIME Type:
Creator:
Andrey Cherepanov
Created:
2008-04-24 11:08:45 MSD
Size:
694 bytes
patch
obsolete
>https://wwws.clamav.net/bugzilla/show_bug.cgi?format=multiple&id=577 > >--- src/klamd/scanner.c.orig 2007-07-24 23:51:51 +0400 >+++ src/klamd/scanner.c 2007-11-08 00:09:27 +0300 >@@ -396,13 +396,13 @@ int scanstream(int odesc, unsigned long > > logg("*Accepted connection on port %d, fd %d\n", port, acceptd); > >- if ((tmpname = cli_gentempdesc(NULL, &tmpd)) == NULL) { >+ if ((ret = cli_gentempfd(NULL, &tmpname, &tmpd) )) { > shutdown(sockfd, 2); > close(sockfd); > close(acceptd); > mdprintf(odesc, "tempfile() failed. ERROR\n"); > logg("!ScanStream %d: Can't create temporary file.\n", port); >- return -1; >+ return ret; > } > > maxsize = cfgopt(copt, "StreamMaxLength")->numarg;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15401
:
2575
|
2576
|
2577
| 2586