Bug 1250728
Summary: | IPaddr2 send_arp causes a buffer overflow on infiniband devices | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Dan Lavu <dlavu> | |
Component: | resource-agents | Assignee: | Oyvind Albrigtsen <oalbrigt> | |
Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 7.1 | CC: | agk, cluster-maint, dwood, fdinitto, lars.ellenberg, mnovacek, rkerry | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | resource-agents-3.9.5-61.el7 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1351717 1369810 (view as bug list) | Environment: | ||
Last Closed: | 2016-11-03 23:58:17 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: | 1351717, 1369810 |
Description
Dan Lavu
2015-08-05 20:31:22 UTC
# rpm -qf /usr/libexec/heartbeat/send_arp resource-agents-3.9.6-2.fc21.x86_64 BTW, I already prepared a pull request for this: https://github.com/ClusterLabs/resource-agents/pull/654 Seeing that this is now re-assigned, I'd like to point out that I merged this already, as you probably noticed (see above link). What I think still needs to be done (as in "nice to have") is a slight cleanup of the IPaddr2 agent: - drop mention of ipoibping, and the associated log messages - maybe change calling conventions to that of arping - at some point drop the resource-agents send_arp, and require recent-enough iputils arping. (And of course, package, test and ship it). Cheers, Lars (In reply to Lars Ellenberg from comment #5) > Seeing that this is now re-assigned, > I'd like to point out that I merged this already, as you probably noticed > (see above link). Hi Lars, yes new resource agent maintainer on the way :) > > What I think still needs to be done (as in "nice to have") > is a slight cleanup of the IPaddr2 agent: > - drop mention of ipoibping, and the associated log messages > - maybe change calling conventions to that of arping > - at some point drop the resource-agents send_arp, > and require recent-enough iputils arping. > > (And of course, package, test and ship it). > > Cheers, > Lars Tested and working on ethernet and infiniband. I have verified that the patch is present in resource-agents-3.9.5-81.el7.src.rpm as bz1250728-send_arp-fix-buffer-overflow-on-infiniband.patch and that the package compiles with that patch. 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/RHBA-2016-2174.html |