Fix memory corruption issue with CopyStringOut()
authorMitchell Hayenga <Mitchell.Hayenga@ARM.com>
Thu, 12 Jan 2012 21:27:20 +0000 (15:27 -0600)
committerMitchell Hayenga <Mitchell.Hayenga@ARM.com>
Thu, 12 Jan 2012 21:27:20 +0000 (15:27 -0600)
commit698408bce2a2294ab620cb70d6272f33fa75e017
treeabbc5baf926d183fbf46e1a784517f3e1b71a826
parenta17dbdf8834b84f05a8f5154a74ac819fe8adc7c
Fix memory corruption issue with CopyStringOut()

CopyStringOut() improperly indexed setting the null
character, would result in zeroing a random byte
of memory after(out of bounds) the character array.
src/mem/fs_translating_port_proxy.cc