Bug 202893
Summary: | Buffer overflow while running crm114 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dominik 'Rathann' Mierzejewski <dominik> |
Component: | crm114 | Assignee: | Dominik 'Rathann' Mierzejewski <dominik> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 5 | CC: | extras-qa |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 0-0.2.20070301.fc5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-04-17 18:17:38 UTC | Type: | --- |
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: | 234061 | ||
Bug Blocks: | 179259 |
Description
Dominik 'Rathann' Mierzejewski
2006-08-16 22:32:05 UTC
In the source, this corresponds to a call in CRM114 (not TRE) to sprintf that *should* have adequate space (an 8-character format, fixed data, into a 16-character buffer. It works fine on 32-bit GCC. We'll test this with a much-enlarged buffer and see if this a 64-bit bug or what. Note: I personally don't have a 64-bit machine, so the original reporter (Dominik) needs to do the testing on this. - Bill Yerazunis ( CRM114 Team) Yes, looks like I misread the crash dump. Reassigning to crm114 component (which I'm the maintainer of, too). Enlarging the buffer by a factor of two eliminates the crash, but make megatest shows some unexpected differences, investigating... Finally fixed. |