Page MenuHomeFreeBSD

udp: Fix a memory leak in udp6_send()
ClosedPublic

Authored by markj on Mar 8 2023, 7:28 PM.
Tags
None
Referenced Files
F96289776: D38993.diff
Tue, Sep 24, 9:09 AM
F96272209: D38993.id118548.diff
Tue, Sep 24, 7:27 AM
Unknown Object (File)
Mon, Sep 23, 4:07 AM
Unknown Object (File)
Tue, Sep 17, 4:04 AM
Unknown Object (File)
Mon, Sep 16, 8:04 PM
Unknown Object (File)
Sun, Sep 15, 11:29 PM
Unknown Object (File)
Sun, Sep 15, 8:52 PM
Unknown Object (File)
Sun, Sep 15, 1:30 AM
Subscribers

Diff Detail

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

Event Timeline

markj requested review of this revision.Mar 8 2023, 7:28 PM

Well, my comment says that I noticed the problem but wasn't sure enough to fix it :) The comment was added in a large unrelated change. Of course I have no objection.

This revision is now accepted and ready to land.Mar 13 2023, 7:21 PM

Well, my comment says that I noticed the problem but wasn't sure enough to fix it :) The comment was added in a large unrelated change. Of course I have no objection.

FWIW, I wrote a test case for this and a related problem with v4-mapped addresses. I'll commit it soon.

This revision was automatically updated to reflect the committed changes.