Closed abhisek closed 5 years ago
Ported integer overflow vulnerability module from Windows driver to Linux LKM.
Changed unsigned long to unsigned int to guarantee 4 bytes data type irrespective of x86/x86_64 on Linux.
unsigned long
unsigned int
Ported integer overflow vulnerability module from Windows driver to Linux LKM.
Changed
unsigned long
tounsigned int
to guarantee 4 bytes data type irrespective of x86/x86_64 on Linux.