jinhua luo
jinhua luo
##### Description The maven plugin seems to re-generate files each time you re-run maven, no matter whether the input sepc file is changed (i.e. the last modification time is newer...
fix #2141
close #2117 close #2149 The leak only occurs when `si_wq` is full and continues to process the current skb (which may contain the remaining SSL record), `sk->sk_receive_queue`, and possibly skbs...
# Motivation Fix memory leak caused by TLS errors in ping floods https://github.com/tempesta-tech/tempesta/issues/2117. # Scope You can observe memory leaks by running a golang [h2 test program](https://github.com/tempesta-tech/tempesta/files/15262513/main.zip) and waiting for...
close #1902
As known, we use our home-brewed memory allocation for performance, e.g. `tfw_pool_new`, but the drawback is that it bypasses the KASAN. So we must ensure memory safety ourselves and cannot...