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)
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
Unknown Object (File)
Sat, Sep 27, 1:54 AM
Unknown Object (File)
Tue, Sep 16, 10:56 AM
Unknown Object (File)
Sep 11 2025, 5:40 AM
Unknown Object (File)
Sep 6 2025, 12:57 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.