https://sourceware.org/bugzilla/show_bug.cgi?id=17766
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via de0d78958fe3db5184c5a7174f55f08d41c8706b (commit) from ce637ffbe6b75a4a676bbf5f68434abf5261ba99 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=de0d78958fe3db5184c5a7174f55f08d41c8706b commit de0d78958fe3db5184c5a7174f55f08d41c8706b Author: Alan Modra <amo...@gmail.com> Date: Sun Dec 28 15:28:19 2014 +1030 Misplaced parenthesis calculates two too few bytes for string Factor out strlen to give better code and less likelihood of a repeat of this problem. PR 17766 * pei-x86_64.c (pex64_bfd_print_pdata_section): Correct string length. Use memcpy rather than strcpy. ----------------------------------------------------------------------- Summary of changes: bfd/ChangeLog | 6 ++++++ bfd/pei-x86_64.c | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils