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
Unknown Object (File)
Thu, Nov 6, 6:52 AM
Unknown Object (File)
Sun, Oct 19, 9:06 PM
Unknown Object (File)
Oct 17 2025, 10:15 PM
Unknown Object (File)
Oct 17 2025, 7:59 AM
Unknown Object (File)
Oct 13 2025, 11:20 AM
Unknown Object (File)
Oct 13 2025, 9:58 AM
Unknown Object (File)
Oct 8 2025, 7:16 PM
Unknown Object (File)
Oct 6 2025, 8:57 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