rsyslog/tests/libmaxmindb.supp
Rainer Gerhards 0407bc8276 mmdblookup bugfix: multiple memory leaks
There were multiple large memory leaks in mmdblookup, which made
it unusable when used more than lightly.

closes https://github.com/rsyslog/rsyslog/issues/1415
2017-05-19 17:26:22 +02:00

39 lines
811 B
Plaintext

{
libmaxmindb_known_leak_(fixed_in_later_versions)
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:MMDB_open
fun:createWrkrInstance
fun:actionCheckAndCreateWrkrInstance
fun:actionPrepare
fun:actionProcessMessage
fun:processMsgMain
fun:doSubmitToActionQ
fun:execAct
fun:scriptExec
fun:processBatch
fun:msgConsumer
}
{
another_incarnation_of_the_same
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:populate_languages_metadata
fun:read_metadata
fun:MMDB_open
fun:createWrkrInstance
fun:actionCheckAndCreateWrkrInstance
fun:actionPrepare
fun:actionProcessMessage
fun:processMsgMain
fun:doSubmitToActionQ
fun:execAct
fun:scriptExec
fun:processBatch
fun:msgConsumer
fun:ConsumerReg
fun:wtiWorker
}