[tools] brcm63xx: imagetag: Fixed occaisonal wrong CRC in image due to using strncpy...
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)
commitd286773afa7c9197947da008251302129fb026ed
tree1b5424f7a93a54ab358427a7b76274b8874a4bc5
parente0c02d6844f35d4380dc632f476044e79f8380d3
[tools] 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