[oe-commits] Li Zhou : rsyslogd: Backport upstream commits to fix rsyslog segmentation fault when heavy load

git at git.openembedded.org git at git.openembedded.org
Fri May 1 14:54:09 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: f7648a991a90493cf8922a6e00b1f0109e4283ee
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f7648a991a90493cf8922a6e00b1f0109e4283ee

Author: Li Zhou <li.zhou at windriver.com>
Date:   Tue Apr 28 16:03:09 2015 +0800

rsyslogd: Backport upstream commits to fix rsyslog segmentation fault when heavy load

Backport <commit 9a775051f7373176c6e54bee1110965342dd41ad> and
<commit 17e1ee2539cea6bac16832b488afd52b20a348ac> from rsyslog
upstream <https://github.com/rsyslog/rsyslog> to solve issue:
rsyslog segmentation fault when heavy load.
Solve the race condition in GenerateLocalHostNameProperty between the
prop.Destruct(&propLocalHostName) and prop.Construct(&propLocalHostName).

Signed-off-by: Li Zhou <li.zhou at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../0001-bugfix-potential-abort-during-HUP.patch   |  91 ++++++++++++++++++
 ...eak-introduced-by-GenerateLocalHostName-H.patch | 103 +++++++++++++++++++++
 meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb  |   2 +
 3 files changed, 196 insertions(+)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=f7648a991a90493cf8922a6e00b1f0109e4283ee


More information about the Openembedded-commits mailing list