Release 3.2.0

This commit is contained in:
George Wang 2022-10-20 11:47:58 -04:00
parent a5347f2374
commit 0e32849de5
5 changed files with 17 additions and 8 deletions

View file

@ -195,6 +195,7 @@ test5 (void)
lsquic_rechist_cleanup(&rechist);
}
/* Regression test for bug where rechist ends up empty (rh_used == 0)
* with invalid head entry with a self-referential next, and
* lsquic_rechist_received would follow it because it didn't check rh_used.