summarylogtreecommitdiffstats
path: root/integer-overflow.patch
AgeCommit message (Collapse)Author
2016-07-09Hackily patch some integer overflow issuesMatti Niemenmaa
I ran into a situation where one of these multiplications overflowed, resulting in eventual memory corruption and similar fun things. Using longs should mitigate the issue but may or may not actually fix it.