CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/20 15:11:33
Modified files:
gnu/usr.bin/binutils-2.17/gas: input-scrub.c
gnu/usr.bin/binutils/gas: input-scrub.c
Log message:
partial_where points into the buffer that begins with buffer_start
so we need to use memmove() to handle the overlap. Sourceware PR 11456
OK deraadt@
