Bug 826124
| Summary: | Apache httpd seg faults in JON snmp agent module | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Web Server 2 | Reporter: | Aaron Ogburn <aogburn> | ||||
| Component: | httpd | Assignee: | Weinan Li <weli> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 2.0.0 | CC: | aogburn, jsanda, lfuka, loleary | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 2.0.1 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-01-03 12:58:20 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: | 846795, 846796, 850454, 850455 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Aaron Ogburn
2012-05-29 16:24:57 UTC
We should see if we can reproduce in the jon311 timeframe based on the associated support case and ... "These events seem to correlate with invalid (blank) requests logged within the SSL access logfile w/HTTP Return code of 408." Created attachment 599203 [details] Patch to fix seg fault when request method is null Patch that will resolve this issue. The binaries also need to be rebuilt for all supported platforms and committed under etc/product_connectors/apache-snmp/binaries Bug 826124 - Apache httpd seg faults in JON snmp agent module If request method is undefined/empty, the call to get_request_type_index produced a seg fault when a strcmp is performed using the uninitialized memory. The fix is to treat an undefined/empty request method the same as a undefined protocol and covalent_snmp_logger will simply report method (null) is unsupported. The source has been updated and committed but we still need to get the binaries prepped for packaging in the kits. Setting to MODIFIED as all dependent issues are resolved The CR1 build is available at https://brewweb.devel.redhat.com/buildinfo?buildID=231258. Moving to ON_QA. |