fix file descriptor leak in ras-report.c:setup_report_socket()
This commit is contained in:
parent
2d37b8ed68
commit
7970b44d84
@ -1,6 +1,6 @@
|
||||
Name: rasdaemon
|
||||
Version: 0.6.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2
|
||||
Summary: Utility to get Platform Reliability, Availability and Serviceability (RAS) reports via the Kernel tracing events
|
||||
URL: https://github.com/mchehab/rasdaemon.git
|
||||
@ -20,6 +20,7 @@ Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
|
||||
Patch6000: add-rbtree-support-for-page-record.patch
|
||||
Patch6001: fix-file-descriptor-leak-in-ras-report.c-setup_repor.patch
|
||||
|
||||
Patch9000: bugfix-ras-events-memory-leak.patch
|
||||
Patch9001: bugfix-rasdaemon-wait-for-file-access.patch
|
||||
@ -74,5 +75,11 @@ rm INSTALL %{buildroot}/usr/include/*.h
|
||||
/usr/bin/systemctl enable rasdaemon.service >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Tue Feb 25 2020 lvying<lvying6@huawei.com> - 0.6.3-2
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:fix file descriptor leak in ras-report.c:setup_report_socket()
|
||||
|
||||
* Wed Sep 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.6.3-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user