Page MenuHomeFreeBSD

Fix broken malloc in e6000sw
ClosedPublic

Authored by mw_semihalf.com on May 14 2017, 12:40 AM.
Tags
Referenced Files
Unknown Object (File)
Sat, Nov 8, 1:37 AM
Unknown Object (File)
Tue, Oct 28, 2:46 PM
Unknown Object (File)
Mon, Oct 27, 7:28 PM
Unknown Object (File)
Sat, Oct 25, 7:18 AM
Unknown Object (File)
Sat, Oct 25, 2:00 AM
Unknown Object (File)
Fri, Oct 24, 4:25 PM
Unknown Object (File)
Mon, Oct 20, 6:23 PM
Unknown Object (File)
Tue, Oct 14, 6:09 AM
Subscribers

Details

Summary

Malloc should always return something when M_WAITOK flag is used,
but keep this code and change flag to M_NOWAIT as it is under a lock
(allows for possible future change). Free ifnet structure to avoid
memory leak on failure.

Diff Detail

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