[PATCH] bfd/coff-ppc.c: Be sure of zero terminated string after copy from '_n_name'

Alan Modra amodra@gmail.com
Thu Aug 7 01:52:00 GMT 2014


On Wed, Aug 06, 2014 at 11:52:31PM +0800, Chen Gang wrote:
> '_n_name' may not be zero terminated string, and it may copy to 'name'
> or 'my_name' which are assumed that must be zero terminated string. So
> during copy operation, need be sure of them zero terminated.
> 
> Also remove the usless asignment to 'name'.
> 
> 2014-08-06  Chen Gang <gang.chen.5i5j@gmail.com>
> 
> 	* coff-ppc.c (coff_ppc_relocate_section): Be sure of zero
> 	terminatedstring after copy from '_n_name'.

This is OK.

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list