Bug 1282687
| Summary: | rsyslog segfaults when using rulesets with parsers | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Sergei Turchanov <the_plumber> | ||||
| Component: | rsyslog | Assignee: | Radovan Sroka <rsroka> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Stefan Dordevic <sdordevi> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.1 | CC: | pvrabec, rsroka, sdordevi | ||||
| Target Milestone: | rc | Keywords: | Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-11-04 05:36:58 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1295396, 1296594, 1313485 | ||||||
| Attachments: |
|
||||||
|
Description
Sergei Turchanov
2015-11-17 06:10:41 UTC
Reproduced, thanks. This is minimal config to reproduce this bug.
----------------------------------------------
ruleset(name="testrs"
parser="rsyslog.rfc3164") {
action(type="omfile" file="/tmp/testfile")
}
call testrs
----------------------------------------------
Created attachment 1123604 [details]
Fix for rhel7
Double free fixed.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-2401.html |