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)
Fri, Jan 17, 6:59 AM
Unknown Object (File)
Sat, Jan 11, 9:29 PM
Unknown Object (File)
Nov 30 2024, 7:28 PM
Unknown Object (File)
Nov 23 2024, 5:22 AM
Unknown Object (File)
Nov 16 2024, 7:18 PM
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
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