brcm63xx: imagetag: Fixed occaisonal wrong CRC in image due to using strncpy to copy...
authorDaniel Dickinson <crazycshore@gmail.com>
Mon, 15 Nov 2010 04:08:09 +0000 (04:08 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Mon, 15 Nov 2010 04:08:09 +0000 (04:08 +0000)
commit6cd4575153871296a1596dc9c27cd820f65b6ecc
treefad2b7212f04df0dc6d2d40b492d3ff04996037f
parent5bf3838a00e7946b2ce50a5c849f9bb270a185be
brcm63xx: imagetag: Fixed occaisonal wrong CRC in image due to using strncpy to copy the CRC into the imagetag. strncpy stops copying after a 00 byte, memcpy doesn't.

SVN-Revision: 24000
tools/firmware-utils/src/imagetag.c