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)
Fri, Sep 27, 5:18 PM
Unknown Object (File)
Fri, Sep 27, 7:47 AM
Unknown Object (File)
Thu, Sep 26, 11:26 PM
Unknown Object (File)
Mon, Sep 16, 8:30 AM
Unknown Object (File)
Thu, Sep 5, 11:39 PM
Unknown Object (File)
Sat, Aug 31, 3:18 PM
Unknown Object (File)
Aug 25 2024, 11:39 AM
Unknown Object (File)
Aug 23 2024, 7:11 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.