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)
Fri, Feb 7, 1:28 PM
Unknown Object (File)
Fri, Feb 7, 7:14 AM
Unknown Object (File)
Tue, Feb 4, 2:17 AM
Unknown Object (File)
Wed, Jan 29, 8:29 PM
Unknown Object (File)
Dec 7 2024, 10:29 PM
Unknown Object (File)
Oct 2 2024, 11:52 PM
Unknown Object (File)
Oct 2 2024, 7:04 PM
Unknown Object (File)
Oct 2 2024, 3:28 PM
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