Bug 2029808
| Summary: | The libgpg-error is using old inet_addr() unconditionally | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Jakub Jelen <jjelen> |
| Component: | libgpg-error | Assignee: | Jakub Jelen <jjelen> |
| Status: | CLOSED ERRATA | QA Contact: | Stanislav Zidek <szidek> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9.0 | Keywords: | Triaged |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | 9.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libgpg-error-1.42-5.el9 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: Missing configure check
Consequence: Wrong legacy function inet_addr() was used for logging
Fix: The configure check was introduced
Result: The new modern function inet_pton() is used for logging.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-17 16:00:05 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
Jakub Jelen
2021-12-07 11:00:43 UTC
CentOS Stream 9 PR: https://gitlab.com/redhat/centos-stream/rpms/libgpg-error/-/merge_requests/3 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 (new packages: libgpg-error), 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://access.redhat.com/errata/RHBA-2022:4009 |