Page MenuHomeFreeBSD

Remove erroneous spacing in SCTP_ABORT_ASSOCIATION case statement comment in send_reject6()
ClosedPublic

Authored by nc on Apr 28 2020, 2:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 7:29 AM
Unknown Object (File)
Fri, Oct 17, 4:53 AM
Unknown Object (File)
Thu, Oct 16, 2:27 AM
Unknown Object (File)
Wed, Oct 15, 8:44 AM
Unknown Object (File)
Sun, Oct 12, 5:44 AM
Unknown Object (File)
Sun, Sep 28, 2:48 PM
Unknown Object (File)
Sep 17 2025, 11:20 PM
Unknown Object (File)
Sep 13 2025, 6:23 AM

Details

Summary

Remove erroneous spacing in SCTP_ABORT_ASSOCIATION case statement comment in send_reject6(). This ensures consistency with send_reject().

While we're here, fix the grammar in both SCTP_ABORT_ASSOCIATION case comments.

Submitted by: Neel Chauhan <neel AT neelc DOT org>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

nc requested review of this revision.Apr 28 2020, 2:57 AM

I put is in the way it is now. I agree, this is not consistent with the rest of the file.

This revision is now accepted and ready to land.May 1 2020, 7:01 PM
sys/netpfil/ipfw/ip_fw2.c
940

don't -> do not, and.. do not do what??? This is not a valid sentence, subject of verb do is missing.

sys/netpfil/ipfw/ip_fw2.c
940

it should read "but do not do that to avoid attacks". And I guess the same text appears twice in this file. So please fix it twice.

nc edited the summary of this revision. (Show Details)

Thanks for the suggestions. I have made the requested changes here.

This revision now requires review to proceed.May 2 2020, 4:49 PM
nc marked 2 inline comments as done.May 2 2020, 4:50 PM
This revision is now accepted and ready to land.May 2 2020, 5:36 PM