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)
Tue, Oct 14, 5:50 PM
Unknown Object (File)
Tue, Oct 14, 5:50 PM
Unknown Object (File)
Tue, Oct 14, 5:50 PM
Unknown Object (File)
Tue, Oct 14, 5:47 AM
Unknown Object (File)
Sun, Sep 21, 11:04 PM
Unknown Object (File)
Thu, Sep 18, 4:07 PM
Unknown Object (File)
Thu, Sep 18, 3:54 PM
Unknown Object (File)
Thu, Sep 18, 3:49 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable