Remove --param=ssp-buffer-size=4 from build flags
-fstack-protector-strong does not use frame size heuristics for deciding which functions to instrument, so changing the parameter has no effect.
This commit is contained in:
parent
0d162176e9
commit
faa1ad44f7
2
macros
2
macros
@ -166,7 +166,7 @@
|
|||||||
%_annotated_build 1
|
%_annotated_build 1
|
||||||
%_annotated_cflags %{?_annotated_build:%{_annobin_cflags}}
|
%_annotated_cflags %{?_annotated_build:%{_annobin_cflags}}
|
||||||
|
|
||||||
%__global_compiler_flags -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags} %{_annotated_cflags}
|
%__global_compiler_flags -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches %{_hardened_cflags} %{_annotated_cflags}
|
||||||
|
|
||||||
%__global_cflags %{optflags}
|
%__global_cflags %{optflags}
|
||||||
%__global_cxxflags %{optflags}
|
%__global_cxxflags %{optflags}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 80
|
Version: 81
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -157,6 +157,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 22 2018 Florian Weimer <fweimer@redhat.com> - 81-1
|
||||||
|
- Remove --param=ssp-buffer-size=4
|
||||||
|
|
||||||
* Mon Jan 22 2018 Florian Weimer <fweimer@redhat.com> - 80-1
|
* Mon Jan 22 2018 Florian Weimer <fweimer@redhat.com> - 80-1
|
||||||
- Document build flags
|
- Document build flags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user