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)
commitba219c3b0caf83534ab123473522ca8758266b91
treea8cd2e30b0ff3373e9e2491bb3590018e9e6ba00
parented19b55d12d21d8cfb02484d5882edd72aa33b00
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
src/imagetag.c