Page MenuHomeFreeBSD

Patch for bug 100219
ClosedPublic

Authored by joe-thestackframe.org on Feb 1 2016, 7:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 20, 3:16 AM
Unknown Object (File)
Fri, May 24, 9:20 PM
Unknown Object (File)
May 8 2024, 12:05 PM
Unknown Object (File)
May 8 2024, 12:05 PM
Unknown Object (File)
May 8 2024, 12:05 PM
Unknown Object (File)
May 8 2024, 12:05 PM
Unknown Object (File)
May 8 2024, 9:53 AM
Unknown Object (File)
Apr 20 2024, 3:58 AM
Subscribers
None

Details

Summary

Limit the number of mbufs that can be allocated for IPV6_2292PKTOPTIONS (and IPV6_PKTOPTIONS).

Patch for bug 100219:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100219

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joe-thestackframe.org retitled this revision from to Patch for bug 100219.
joe-thestackframe.org updated this object.
joe-thestackframe.org edited the test plan for this revision. (Show Details)
joe-thestackframe.org added reviewers: gnn, bz.
rstone requested changes to this revision.Jul 30 2016, 2:33 AM
rstone edited edge metadata.
rstone added inline comments.
sys/netinet6/ip6_output.c
1382 ↗(On Diff #12921)

Should probably wrap the value in () to prevent weird order-of-operation issues from ever cropping up in the future. There isn't any in the current code but who knows how this could be used in the future.

This revision now requires changes to proceed.Jul 30 2016, 2:33 AM
gnn edited edge metadata.

Looks good to me. I can commit this if you like.

In D5157#171934, @gnn wrote:

Looks good to me. I can commit this if you like.

Yeah, that would be great. Thanks.

This revision was automatically updated to reflect the committed changes.