Actions
Bug #132
closedStream engine memleak
Affected Versions:
Effort:
Difficulty:
Label:
Description
[14278] 25/4/2010 -- 21:18:36 - (stream-tcp.c:348) <Info> (StreamTcpFreeConfig) -- Max memuse of stream engine 15021976 (in use 24)
This is on a small pcap I will provide offline. On larger pcaps the amount of leaked mem grows.
Files
Updated by Gurvinder Singh over 14 years ago
- File 0001-fixed-the-stream-memory-leaks-bug-132.patch 0001-fixed-the-stream-memory-leaks-bug-132.patch added
- Status changed from New to Resolved
currently we don't have parser registered for IMAP and MSN, so the check Applayercleanupstate() results in true, even though we have app layer data in TcpSession. This causes the memory leaks for these given protocols
Updated by Victor Julien over 14 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Estimated time changed from 3.00 h to 2.50 h
Thanks for pointing out where the issue was Gurvinder, I've solved it in a more maintainable way. Please see commit 13e6c8035d9d147dbd560aa3c98511ba16cd9cb4
Actions