In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]e1000e: fix heap overflow in e1000_set_eeprom[EOL][EOL]Fix a possible heap overflow in e1000_set_eeprom function by adding[EOL]input validation for the requested length of the change in the EEPROM.[EOL]In addition, change the variable type from int to size_t for better[EOL]code practices and rearrange declarations to RCT.