
11 May
2015
11 May
'15
9:16 p.m.
On Mon, May 11, 2015 at 2:39 AM, Alison Wang b18965@freescale.com 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
Reviewed-by: Joe Hershberger joe.hershberger@ni.com