aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/syslog-ng/syslog-ng_3.5.4.1.bb
diff options
context:
space:
mode:
authorXufeng Zhang <xufeng.zhang@windriver.com>2014-10-31 09:31:50 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-11-19 15:21:03 +0100
commit26f11117088d46a56494c348736fd73b7869c59d (patch)
tree35b9dd8c4adc9b26a79781a8c65cecdde1674447 /meta-oe/recipes-support/syslog-ng/syslog-ng_3.5.4.1.bb
parent3243648a188b47ee905c24122352e32bb3e29e60 (diff)
downloadmeta-openembedded-contrib-26f11117088d46a56494c348736fd73b7869c59d.tar.gz
syslog-ng: Fix memory leak when udp connection is used [ LIN7-1379 ]
When udp connection is used, there are several memory leaks happen after run a long time. Signed-off-by: Xufeng Zhang <xufeng.zhang@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng/syslog-ng_3.5.4.1.bb')
-rw-r--r--meta-oe/recipes-support/syslog-ng/syslog-ng_3.5.4.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.5.4.1.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.5.4.1.bb
index d5939e4623..b54842030c 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.5.4.1.bb
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.5.4.1.bb
@@ -9,10 +9,12 @@ SRC_URI += " \
file://Fix-the-memory-leak-problem-for-mutex.patch \
file://Fix-the-memory-leak-problem-when-HAVE_ENVIRON-defined.patch \
file://free-global-LogTemplateOptions.patch \
- file://logwriter-still-free-the-unconsumed-item.patch \
+ file://still-free-the-unconsumed-item.patch \
file://syslog-ng-verify-the-list-before-del.patch \
file://configure.patch \
file://dbifix.patch \
+ file://rewrite-expr-grammar.ym-Free-up-token.patch \
+ file://logwriter-dont-allocate-a-new-buffer.patch \
"
SRC_URI[md5sum] = "ff3bf223ebafbaa92b69a2d5b729f368"