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)
Sun, Sep 6, 2:32 PM
Unknown Object (File)
Sun, Sep 6, 1:00 PM
Unknown Object (File)
Sat, Sep 5, 8:22 PM
Unknown Object (File)
Sat, Sep 5, 1:23 PM
Unknown Object (File)
Sat, Sep 5, 9:37 AM
Unknown Object (File)
Sat, Sep 5, 4:25 AM
Unknown Object (File)
Thu, Sep 3, 9:16 AM
Unknown Object (File)
Thu, Sep 3, 4:46 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