[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.8'
Florian Forster
octo at verplant.org
Mon Feb 12 15:52:15 CET 2018
src/intel_pmu.c | 38 ++++++++++++++++++++++----------------
1 file changed, 22 insertions(+), 16 deletions(-)
New commits:
commit a68a482c6ea1900e4f758019117a6856737ff34d
Merge: 4012a0e 1d80ea3
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date: Mon Feb 12 15:20:10 2018 +0700
Merge pull request #2676 from elfiesmelfie/fix_intel_pmu_crash
intel_pmu: fix for possible null pointer dereference
commit 1d80ea3884c8116f32d7f47de3a263a9da426e37
Author: Kamil Wiatrowski <kamilx.wiatrowski at intel.com>
Date: Mon Feb 5 13:57:13 2018 +0000
intel_pmu: fix for possible null pointer dereference
Null pointer dereference could occur for invalid first hardware event.
In pmu_add_hw_events if the first event was not resolved, on the second
iteration the eventlist_last could be dereferenced to mark previous
event as group leader.
Change-Id: Ic2a2a3572d6835ca892d71f3e66812f356592d9e
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski at intel.com>
More information about the collectd-changes
mailing list