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)
Thu, May 28, 10:16 PM
Unknown Object (File)
Apr 20 2026, 12:34 AM
Unknown Object (File)
Apr 7 2026, 7:55 PM
Unknown Object (File)
Apr 7 2026, 11:11 AM
Unknown Object (File)
Mar 25 2026, 2:11 AM
Unknown Object (File)
Mar 23 2026, 11:45 PM
Unknown Object (File)
Mar 22 2026, 4:53 PM
Unknown Object (File)
Mar 21 2026, 9:30 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