[lvc-project] [PATCH v3] ethtool: avoiding integer overflow in ethtool_phys_id()
    Andrew Lunn 
    andrew at lunn.ch
       
    Tue Nov 22 17:49:40 MSK 2022
    
    
  
On Tue, Nov 22, 2022 at 03:29:01PM +0300, Maxim Korotkov wrote:
> The value of an arithmetic expression "n * id.data" is subject
> to possible overflow due to a failure to cast operands to a larger data
> type before performing arithmetic. Used macro for multiplication instead
> operator for avoiding overflow.
> 
> Found by Linux Verification Center (linuxtesting.org) with SVACE.
> 
> Signed-off-by: Maxim Korotkov <korotkov.maxim.s at gmail.com>
Reviewed-by: Andrew Lunn <andrew at lunn.ch>
    Andrew
    
    
More information about the lvc-project
mailing list