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
F153761609: D38993.id118548.diff
Thu, Apr 23, 12:35 PM
F153761114: D38993.id.diff
Thu, Apr 23, 12:30 PM
Unknown Object (File)
Tue, Apr 21, 11:02 AM
Unknown Object (File)
Wed, Apr 15, 1:50 AM
Unknown Object (File)
Sat, Mar 28, 5:47 AM
Unknown Object (File)
Mar 21 2026, 1:43 AM
Unknown Object (File)
Feb 8 2026, 1:36 PM
Unknown Object (File)
Feb 8 2026, 12:16 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 50241
Build 47133: arc lint + arc unit

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.