Project Repo: https://github.com/torvalds/linux/tree/e79b548b7202bb3accdfe64f113129a4340bc2f9/drivers/peci
Program locations:
Bug traces:
- < auxiliary_device_uninit(adev);, adev_release>
Explanation:
- The pointer
adev
is freed by auxiliary_device_uninit at line 5, then dereferenced at line 7 to access the name field.