This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 1720b64f735 gdb: fix possible nullptr dereference in a remote_debug_pri [...] new 760fb390fd4 objdump, nm: sprintf sanitizer null destination pointer new b077a53b2b8 cris: sprintf sanitizer null destination pointer new d191eacb7b5 wrstabs: sprintf sanitizer null destination pointer new e2e7c526131 dlltool: sprintf sanitizer null destination pointer new 137f6bc0dab resrc: sprintf sanitizer null destination pointer new 23f6f86ca03 gprof: sprintf sanitizer null destination pointer new eaf1fa5ac59 ld: sprintf sanitizer null destination pointer new ebfd369c3e9 xtensa: sprintf sanitizer null destination pointer new b43e801e285 arm: sanitizer stringop-overflow new 75747be51e6 cris: sprintf optimisation new ad923ded82d binutils sprintf optimisation new f8c4789c7f4 readelf sprintf optimisation
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: binutils/dlltool.c | 12 +- binutils/dllwrap.c | 4 +- binutils/nm.c | 29 +- binutils/objdump.c | 25 +- binutils/readelf.c | 1869 ++++++++++++++++++++++++++------------------- binutils/resrc.c | 38 +- binutils/size.c | 8 +- binutils/stabs.c | 10 +- binutils/windmc.c | 12 +- binutils/wrstabs.c | 100 +-- gas/config/tc-arm.c | 10 +- gas/config/tc-xtensa.c | 11 +- gprof/basic_blocks.c | 12 +- ld/config.in | 4 + ld/configure | 10 + ld/configure.ac | 2 +- ld/emultempl/pe.em | 4 +- ld/emultempl/pep.em | 4 +- ld/emultempl/xtensaelf.em | 10 +- ld/ldelf.c | 11 +- ld/pe-dll.c | 18 +- ld/sysdep.h | 4 + opcodes/cris-dis.c | 36 +- 23 files changed, 1291 insertions(+), 952 deletions(-)