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)
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
Unknown Object (File)
Oct 2 2024, 11:05 AM
Unknown Object (File)
Oct 2 2024, 9:27 AM
Unknown Object (File)
Oct 1 2024, 1:44 AM
Unknown Object (File)
Sep 27 2024, 4:31 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