Bug 1568939
| Summary: | Libvirt-resolved migration address has to be less than 64 symbols | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | drokvlad |
| Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | berrange, libvirt-maint, rbalakri |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-04-18 12:38:04 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: | |||
|
Description
drokvlad
2018-04-18 12:34:23 UTC
This error message is actually coming from QEMU, libvirt is just the messenger here. QEMU's inet_parse method has horrible code that uses a fixed length buffer of 64 bytes together with scanf which you're hitting here. So recommend filing a bug against QEMU for this: https://www.qemu.org/contribute/report-a-bug/ |