Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_lTCPWindowTxAdd_nothing_to_do(): Fix TCP window initialization
Under Gcc 11, this expression in the tested function lTCPWindowTxAdd() was always true, leading to imperfect coverage: pxSegment->lDataLength < pxSegment->lMaxLength With Gcc 13, they were both 0. Let's add zero-initialization to make this what's tested for.
- Loading branch information