Bug 2005790
| Summary: | Backport upstream PR #20670 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Michal Sekletar <msekleta> | ||||
| Component: | systemd | Assignee: | Michal Sekletar <msekleta> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Frantisek Sumsal <fsumsal> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 8.4 | CC: | dtardon, systemd-maint-list | ||||
| Target Milestone: | rc | Keywords: | Bugfix, Reproducer, Triaged | ||||
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-06-01 08:25:03 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: | |||||||
| Attachments: |
|
||||||
|
Description
Michal Sekletar
2021-09-20 07:45:36 UTC
Created attachment 1824565 [details] Reproducer This short C program demonstrates the problem. Compile it and run under valgrind to see errors reported when run against unpatched version of libsystemd. gcc -ggdb3 -O0 -o bz2005790 bz2005790.c -lsystemd |