Page MenuHomeFreeBSD

do not hold in6p lock during malloc in ip6_pcbopts()
AbandonedPublic

Authored by jason_eggnet.com on Mar 23 2018, 3:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 12:29 PM
Unknown Object (File)
Nov 3 2024, 2:35 PM
Unknown Object (File)
Oct 22 2024, 12:10 PM
Unknown Object (File)
Oct 4 2024, 12:33 AM
Unknown Object (File)
Oct 3 2024, 8:37 PM
Unknown Object (File)
Oct 1 2024, 1:00 PM
Unknown Object (File)
Sep 28 2024, 1:47 PM
Unknown Object (File)
Sep 26 2024, 5:16 PM

Details

Reviewers
rwatson
sbruno
Group Reviewers
transport
network
Summary

This is a follow up to https://reviews.freebsd.org/D14624 which added an
INP lock around malloc within ip6_pcbopts().

A similar fix for ip6_pcbopt() will be in a different reivew.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15739
Build 15760: arc lint + arc unit

Event Timeline

malloc and ip options are a bigger problem, going back to the drawing board.