Page MenuHomeFreeBSD

udp[6]_multi_input: Don't unlock freed inp.
ClosedPublic

Authored by jhb on Nov 27 2022, 1:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 2, 4:37 AM
Unknown Object (File)
Oct 16 2024, 11:18 PM
Unknown Object (File)
Oct 13 2024, 2:19 PM
Unknown Object (File)
Oct 11 2024, 9:43 PM
Unknown Object (File)
Oct 10 2024, 10:10 AM
Unknown Object (File)
Oct 9 2024, 1:24 PM
Unknown Object (File)
Oct 7 2024, 6:28 PM
Unknown Object (File)
Oct 7 2024, 6:28 PM
Subscribers

Details

Summary

If udp[6]_append() returns non-zero, it is because the inp has gone
away (inpcbrele_rlocked returned 1 after running the tunnel function).

Diff Detail

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