aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMaulik Mankad <x0082077@ti.com>2009-12-22 16:19:53 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-23 11:34:19 -0800
commit0ea52ff44f7a30781881ca2debf35e47b2676171 (patch)
treeb0174dab46114128872408535c733aab14adec4a /Documentation
parent0abdc36f066ae20521b8c8d306725dd59a0d50aa (diff)
USB: musb: Fix array index out of bounds issue
This patch fixes the below array index out of bounds issue. Buffer overflow, array index of 'aInfo' may be out of bounds. Array 'aInfo' of size 78 may use index value(s) 6..84 The data stored in 'aInfo' array exceeds the array size of 78. This patch increases the size of this array to hold the string correctly without any memory corruption. This issue was reported by Klockwork tool. Signed-off-by: Maulik Mankad <x0082077@ti.com> Cc: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions