Page MenuHomeFreeBSD

TCP RACK: don't use an uninitialized variable
ClosedPublic

Authored by tuexen on Dec 30 2024, 8:50 PM.
Tags
None
Referenced Files
F132776551: D48260.diff
Sun, Oct 19, 9:06 PM
Unknown Object (File)
Fri, Oct 17, 10:15 PM
Unknown Object (File)
Fri, Oct 17, 7:59 AM
Unknown Object (File)
Mon, Oct 13, 11:20 AM
Unknown Object (File)
Mon, Oct 13, 9:58 AM
Unknown Object (File)
Wed, Oct 8, 7:16 PM
Unknown Object (File)
Mon, Oct 6, 8:57 AM
Unknown Object (File)
Sep 11 2025, 8:18 AM

Details

Summary

When storing the old beta values in rack_swap_beta_values(), ensure that the newreno_flags field
is initialized appropriately instead of using an uninitialized value.
Sine the stored newreno_flags aren't actually used, this fix should not have any functional change.

CID: 1523796

Diff Detail

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