• Andrew Morton's avatar
    [PATCH] atp870u oops fix · 16715550
    Andrew Morton authored
    This driver is taking uinitialised stack gunk from the pdev[] array and
    feeding it into pci_read_config_byte() and crashing when modprobed with no
    hardware present.
    
    Fix it to not index past the initialised members of pdev[].
    
    We don't know if this driver works.
    16715550
atp870u.c 58.7 KB