FreeBSD Bugzilla – Attachment 73883 Details for
Bug 107010
[MAINTAINER] security/prelude-manager: update to 0.9.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-plugins_reports_xmlmod_xmlmod.c
patch-plugins_reports_xmlmod_xmlmod.c (text/x-csrc; charset=ISO-8859-1), 491 bytes, created by
Robin Gruyters
on 2006-12-21 14:59:43 UTC
(
hide
)
Description:
patch-plugins_reports_xmlmod_xmlmod.c
Filename:
MIME Type:
Creator:
Robin Gruyters
Created:
2006-12-21 14:59:43 UTC
Size:
491 bytes
patch
obsolete
>--- plugins/reports/xmlmod/xmlmod.c.orig Wed Dec 20 15:58:15 2006 >+++ plugins/reports/xmlmod/xmlmod.c Thu Dec 21 15:50:35 2006 >@@ -58,7 +58,7 @@ > size_t ret; > > ret = fwrite(buf, 1, len, context); >- if ( ret != (size_t ) len && ferror(context) ) { >+ if ( ret != (size_t ) len && ferror((FILE *) context) ) { > prelude_log(PRELUDE_LOG_ERR, "could not write IDMEF-XML data: '%s'.\n", strerror(errno)); > return -1; > }
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 Raw
Actions:
View
Attachments on
bug 107010
:
73882
| 73883