• L
    iwlwifi: fw: harden page loading code · 9039d985
    Luca Coelho 提交于
    The page loading code trusts the data provided in the firmware images
    a bit too much and may cause a buffer overflow or copy unknown data if
    the block sizes don't match what we expect.
    
    To prevent potential problems, harden the code by checking if the
    sizes we are copying are what we expect.
    
    Cc: stable@vger.kernel.org
    Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
    9039d985
paging.c 11.1 KB