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, Sep 7, 8:33 PM
Unknown Object (File)
Mon, Sep 7, 10:13 AM
Unknown Object (File)
Mon, Sep 7, 7:41 AM
Unknown Object (File)
Sun, Sep 6, 6:58 AM
Unknown Object (File)
Sat, Aug 29, 2:13 PM
Unknown Object (File)
Thu, Aug 27, 10:15 AM
Unknown Object (File)
Thu, Aug 27, 10:07 AM
Unknown Object (File)
Tue, Aug 25, 1:53 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