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)
Mon, Mar 16, 4:05 PM
Unknown Object (File)
Sun, Mar 15, 8:14 AM
Unknown Object (File)
Feb 15 2026, 4:38 AM
Unknown Object (File)
Feb 11 2026, 8:03 AM
Unknown Object (File)
Dec 1 2025, 6:46 PM
Unknown Object (File)
Nov 28 2025, 5:11 AM
Unknown Object (File)
Nov 25 2025, 9:20 AM
Unknown Object (File)
Nov 14 2025, 9:06 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