mono / libgdiplus

C-based implementation of the GDI+ API
http://www.mono-project.com/
MIT License
333 stars 171 forks source link

Fix a couple static analyzer warnings #577

Closed akoeplinger closed 5 years ago

akoeplinger commented 5 years ago

Various instances of "Multiplication result may overflow 'unsigned int' before it is converted to 'size_t'." and "comparison is always the same" warnings.