Fix buffer overrun when very long symbol names are encountered.
This commit is contained in:
parent
cb01155831
commit
4efcfc999f
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
|||||||
/annobin-8.6.tar.xz
|
/annobin-8.6.tar.xz
|
||||||
/annobin-8.7.tar.xz
|
/annobin-8.7.tar.xz
|
||||||
/annobin-8.8.tar.xz
|
/annobin-8.8.tar.xz
|
||||||
|
/annobin-8.9.tar.xz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 8.8
|
Version: 8.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -216,6 +216,9 @@ exit 0
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 10 2018 Nick Clifton <nickc@redhat.com> - 8.9-1
|
||||||
|
- Fix buffer overrun when very long symbol names are encountered.
|
||||||
|
|
||||||
* Tue Jul 10 2018 Nick Clifton <nickc@redhat.com> - 8.8-1
|
* Tue Jul 10 2018 Nick Clifton <nickc@redhat.com> - 8.8-1
|
||||||
- Do not force the generation of function notes when -ffunction-sections is active. (#1598961)
|
- Do not force the generation of function notes when -ffunction-sections is active. (#1598961)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-8.8.tar.xz) = f15fc5b66fef5448fcb38ce23e2a0e2826ff4b48348459ab26e4df9beb24d93a6575c47d0c455d7d13eaa9cb7537a50de11fd714850614c7586b534dda6efeb8
|
SHA512 (annobin-8.9.tar.xz) = 9f2f5cfbaf425c190a6e8398182d9f1ee98647925d1c423af80baf33904f8cbf7d3bf3eb3bcf37292bca7133bebf7fba518fa17c22b48700b411c3cd4ef35d1c
|
||||||
|
Loading…
Reference in New Issue
Block a user