AIDE breaks when setting report_ignore_e2fsattrs

Resolves: rhbz#1850276

Signed-off-by: Radovan Sroka <rsroka@redhat.com>
This commit is contained in:
Radovan Sroka 2020-06-24 11:53:32 +02:00
parent 2aa2897559
commit 063fd0ec37
No known key found for this signature in database
GPG Key ID: F5778AD785E3581F
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Intrusion detection environment
Name: aide
Version: 0.16
Release: 13%{?dist}
Release: 14%{?dist}
URL: http://sourceforge.net/projects/aide
License: GPLv2+
@ -80,6 +80,10 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide
%dir %attr(0700,root,root) %{_localstatedir}/log/aide
%changelog
* Wed Jun 24 2020 Radovan Sroka <rsroka@redhat.com> 0.16-14
- AIDE breaks when setting report_ignore_e2fsattrs
Resolves: rhbz#1850276
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

View File

@ -241,7 +241,7 @@ diff -up ./src/commandconf.c.coverity ./src/commandconf.c
}
}
- *val++;
+ (*val)++;
+ val++;
}
}
#endif