Page MenuHomeFreeBSD

ngatm: Handle errors from uni_msg_extend()
ClosedPublic

Authored by markj on Jun 2 2021, 1:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 2:37 AM
Unknown Object (File)
Wed, Oct 29, 2:42 PM
Unknown Object (File)
Wed, Oct 29, 2:37 PM
Unknown Object (File)
Mon, Oct 20, 8:11 AM
Unknown Object (File)
Tue, Oct 14, 2:31 PM
Unknown Object (File)
Tue, Oct 14, 2:31 PM
Unknown Object (File)
Tue, Oct 14, 2:31 PM
Unknown Object (File)
Tue, Oct 14, 12:49 AM
Subscribers

Details

Summary

uni_msg_extend() may fail due to a memory allocation failure. In this
case, though, the message is freed, so callers shouldn't touch it.

PR: 255861
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Jun 2 2021, 1:55 PM

This looks good to me. Good catch.

harti

This revision was not accepted when it landed; it landed in state Needs Review.Jun 6 2021, 8:47 PM
This revision was automatically updated to reflect the committed changes.