CVE-2024-56562

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-56562
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-56562.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-56562
Downstream
Related
Published
2024-12-27T15:15:15Z
Modified
2025-08-09T19:01:28Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

i3c: master: Fix miss free initdynaddr at i3cmasterputi3caddrs()

if (dev->boardinfo && dev->boardinfo->initdynaddr) ^^^ here check "initdynaddr" i3cbussetaddrslotstatus(&master->bus, dev->info.dynaddr, ...) ^^^^ free "dynaddr" Fix copy/paste error "dynaddr" by replacing it with "initdynaddr".

References

Affected packages