Page MenuHomeFreeBSD

sfxge: Pass correct address to free allocated memory in the case of load error
ClosedPublic

Authored by arybchik on Jan 28 2015, 8:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 14, 9:06 PM
Unknown Object (File)
Fri, Nov 14, 9:06 PM
Unknown Object (File)
Fri, Nov 14, 6:19 PM
Unknown Object (File)
Tue, Nov 11, 3:07 AM
Unknown Object (File)
Tue, Nov 4, 10:29 PM
Unknown Object (File)
Tue, Oct 21, 5:31 AM
Unknown Object (File)
Oct 7 2025, 12:01 PM
Unknown Object (File)
Oct 5 2025, 7:00 PM
Subscribers

Details

Reviewers
gnn
Summary

Most likely is was just memory leak on the error handling path since
typically efsys_mem_t is filled in by zeros on allocation.

Sponsored by: Solarflare Communications, Inc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

arybchik retitled this revision from to sfxge: Pass correct address to free allocated memory in the case of load error.
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added a reviewer: gnn.
arybchik added a subscriber: Unknown Object (MLST).
gnn edited edge metadata.

Remember to add Approved by: gnn (mentor) to your commit message.

This revision is now accepted and ready to land.Jan 29 2015, 3:51 PM
arybchik edited edge metadata.
arybchik edited subscribers, added: network; removed: Unknown Object (MLST).

Committed to head