
20 Jul
2015
20 Jul
'15
11:12 p.m.
On 05/11/2015 12:39 AM, Alison Wang wrote:
As the function 'sprintf' does not check buffer boundaries but outputs to the buffer 'enet' of fixed size (16), this patch removes the function 'sprintf', and uses 'strcpy' instead. It will assign the character arrays 'enet' and 'phy' the corresponding character strings.
Signed-off-by: Alison Wang alison.wang@freescale.com
Applied to u-boot-fsl-qoriq master branch.
York