tempesta-tech / tempesta

All-in-one solution for high performance web content delivery and advanced protection against DDoS and web attacks
https://tempesta-tech.com/
GNU General Public License v2.0
621 stars 103 forks source link

Fix memory leak. #2212

Closed EvgeniiMekhanik closed 1 month ago

EvgeniiMekhanik commented 3 months ago

When we have pipelined responses in one skb we split such skb and save pointer to the next skb in local variable. If processing of first response fails we don't free splitted skb. This patch fixes this behavior.

EvgeniiMekhanik commented 3 months ago

We need https://github.com/tempesta-tech/tempesta-test/issues/661 to check this PR