summaryrefslogtreecommitdiff
path: root/goo/GooCheckedOps.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-01Add note of when we can remove the __GNUC__ checksAlbert Astals Cid1-0/+2
2021-12-01Make checkedMultiply work for long long in MSVCAlbert Astals Cid1-0/+15
2021-01-18Make checkedAdd work for long long in MSVCAlbert Astals Cid1-1/+21
2020-07-03Run clang-formatAlbert Astals Cid1-30/+35
2020-01-10PSStack::copy: Fix integer overflow leading to potential crashAlbert Astals Cid1-1/+10
2019-04-02Fix MSVC compileAlbert Astals Cid1-6/+7
2019-03-31ofz-8443: Integer-overflow in identifyCFFLE GARREC Vincent1-11/+15
2019-03-31Integer-overflow in Gfx::doAxialShFillLE GARREC Vincent1-0/+11
2018-08-31Replace #pragma once by standard-supported include guards and add missing cop...Adam Reichold1-1/+14
2018-08-31Extend checked operations header with support for Clang in addition to checki...Adam Reichold1-2/+6
2018-08-31Factor out overflow-checked multiplication into a separate header for extensi...Adam Reichold1-0/+32