Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 272939 Details for
Bug 366981
app-admin/syslog-ng-3.2.4: segfault when having an invalid flag in the configuration file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
syslog-ng-3.2.4-cfgparser-fix.patch
syslog-ng-3.2.4-cfgparser-fix.patch (text/plain), 585 bytes, created by
Stratos Psomadakis (RETIRED)
on 2011-05-12 14:13:11 UTC
(
hide
)
Description:
syslog-ng-3.2.4-cfgparser-fix.patch
Filename:
MIME Type:
Creator:
Stratos Psomadakis (RETIRED)
Created:
2011-05-12 14:13:11 UTC
Size:
585 bytes
patch
obsolete
>diff --git a/lib/logreader.c b/lib/logreader.c >index 7508abf..fbf66ae 100644 >--- a/lib/logreader.c >+++ b/lib/logreader.c >@@ -659,6 +659,9 @@ CfgFlagHandler log_reader_flag_handlers[] = > /* LogReaderOptions */ > { "kernel", CFH_SET, offsetof(LogReaderOptions, flags), LR_KERNEL }, > { "empty-lines", CFH_SET, offsetof(LogReaderOptions, flags), LR_EMPTY_LINES }, >+ >+ /* Handlers array termination mark */ >+ { "\0", 0, 0, 0 }, > }; > > gboolean
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 366981
: 272939