• Maulik Mankad's avatar
    USB: musb: Fix array index out of bounds issue · 0ea52ff4
    Maulik Mankad authored
    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: default avatarMaulik Mankad <x0082077@ti.com>
    Cc: Felipe Balbi <felipe.balbi@nokia.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    0ea52ff4
musb_core.c 61.1 KB