iSECPartners / yontma

You'll never take me alive.
Other
86 stars 18 forks source link

Fix Integer Overflow Condition in WiredEthernetMonitorThread #12

Closed mlynch-isec closed 11 years ago

mlynch-isec commented 11 years ago

WiredEthernetMonitorThread currently multiplies a ULONG by 2 without checking for an integer overflow. It would be a very unlikely condition that GetAdaptersAddresses returns enough data to cause an integer overflow condition but we should fix this just to be tidy.