Bug 216856
Summary: | [ptdma] NULL pointer dereference in pt_cmd_callback during server shutdown | ||
---|---|---|---|
Product: | Drivers | Reporter: | Eric Pilmore (epilmore) |
Component: | Other | Assignee: | drivers_other |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | regressions, vkoul |
Priority: | P1 | ||
Hardware: | AMD | ||
OS: | Linux | ||
Kernel Version: | 6.2 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Eric Pilmore
2022-12-27 22:23:50 UTC
Eric, does the problem still happen with latest mainline was this issue addressed meanwhile? Hi Thorsten, yes, it appears the problem is still there in the latest mainline. I had sent an email to the owner of the driver about the fix I had done locally, in order to get some feedback since I'm not an expert on the driver. However, never received any response. I'm going to go ahead and just file a patch later today with the fix that I did locally. Patch submitted and accepted. Fixed as noted in description, i.e. add NULL check for desc pointer. |