Bug 2113931
Summary: | fix use-after-free accessing error number after rpc call returns an error | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Zhi Li <yieli> |
Component: | libtirpc | Assignee: | Steve Dickson <steved> |
Status: | CLOSED DUPLICATE | QA Contact: | Zhi Li <yieli> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 9.1 | CC: | jiyin, xzhou |
Target Milestone: | rc | Keywords: | Patch, Reproducer, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-16 14:03: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
Zhi Li
2022-08-02 10:57:19 UTC
commit d0dc59e27263c6b53435d770010dcc6f397d58ee Author: Frank Sorenson <sorenson> Date: Mon Jan 17 13:33:13 2022 -0500 libtirpc: Fix use-after-free accessing the error number Free the cbuf after obtaining the error number. Signed-off-by: Frank Sorenson <sorenson> Signed-off-by: Steve Dickson <steved> *** This bug has been marked as a duplicate of bug 2118157 *** |