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)
Fri, Jun 26, 12:58 AM
Unknown Object (File)
Thu, Jun 25, 11:33 PM
Unknown Object (File)
May 12 2026, 6:40 PM
Unknown Object (File)
May 12 2026, 1:03 AM
Unknown Object (File)
May 12 2026, 12:21 AM
Unknown Object (File)
May 11 2026, 11:55 PM
Unknown Object (File)
Apr 28 2026, 4:38 PM
Unknown Object (File)
Apr 28 2026, 6:15 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