Bug 1457755
| Summary: | inn: Do not interpose reallocarray in libinn.so.4.0.0 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Florian Weimer <fweimer> |
| Component: | inn | Assignee: | Dominik 'Rathann' Mierzejewski <dominik> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dominik, jochen, ovasik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 2.6.1-6.fc27 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-06-09 14:53: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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1457749 | ||
|
Description
Florian Weimer
2017-06-01 09:08:19 UTC
This is fixed in rawhide after latest rebuild (for perl 5.26). Logs (https://kojipkgs.fedoraproject.org//packages/inn/2.6.1/6.fc27/data/logs/x86_64/build.log) show this: [...] checking for reallocarray... yes [...] and the library doesn't contain the symbol anymore: $ objdump -T libinn.so.4.0.0 |grep reallocarray 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.26 reallocarray 000000000001acf0 g DF .text 0000000000000084 Base x_reallocarray |