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
F86816188: D38993.id.diff
Wed, Jun 26, 12:36 AM
F86815248: D38993.id118548.diff
Wed, Jun 26, 12:19 AM
Unknown Object (File)
Mon, Jun 24, 9:08 PM
Unknown Object (File)
Mon, Jun 24, 8:31 PM
Unknown Object (File)
Sat, Jun 22, 7:19 PM
Unknown Object (File)
Sat, Jun 22, 1:31 AM
Unknown Object (File)
Fri, Jun 21, 3:48 PM
Unknown Object (File)
Fri, Jun 21, 10:46 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.