commit | 94c947cd4ec7c886df246f87255dc925e3a0a47f | [log] [tgz] |
---|---|---|
author | Omar Ramirez Luna <omar.ramirez@copitl.com> | Thu Jan 10 03:36:59 2013 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 17 16:47:13 2013 -0800 |
tree | 6fd8f06d314c63e5a3bebcb72521e12141ea6515 | |
parent | 7c256647b5ef8094ca3a6f43a442d6d8aac18058 [diff] |
staging: tidspbridge: fix memory corruption on long string names The value allocated doesn't match the one that is meant to be stored, resulting in corruption of memory for longer strings that can't be held in such space. Fix by allocating the correct byte value for the string meant to be stored. Signed-off-by: Omar Ramirez Luna <omar.ramirez@copitl.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>