Page MenuHomeFreeBSD

nvdimm: Fix error path mis-free
ClosedPublic

Authored by cem on Oct 2 2019, 7:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 2 2024, 7:41 AM
Unknown Object (File)
Oct 2 2024, 4:51 AM
Unknown Object (File)
Oct 1 2024, 2:35 AM
Unknown Object (File)
Sep 24 2024, 11:33 PM
Unknown Object (File)
Sep 23 2024, 2:28 PM
Unknown Object (File)
Sep 13 2024, 12:11 PM
Unknown Object (File)
Sep 5 2024, 11:36 PM
Unknown Object (File)
Aug 31 2024, 10:36 PM
Subscribers

Details

Summary

Regression introduced in r343629 when malloc result was renamed from spa to
spa_mapping and the 'spa' name was instead used to iterate a table, but the
free() target was not updated.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26824
Build 25158: arc lint + arc unit