microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.05k stars 695 forks source link

Address Overflow of /MaxSizeMB #2029

Closed brianrob closed 2 months ago

brianrob commented 2 months ago

When converting from MB to bytes, it is possible to overflow MaxSizeMB because it gets converted from MB to bytes. Cast maxSizeMB to long to avoid this.