Commit abbc07f12fdf1444c8aa0c161f3dfa8a494b7dff

Edward Thomson 2019-01-20T13:51:15

add with overflow: use SizeTAdd on Windows Windows provides <intsafe.h> which provides "performant" add and multiply with overflow operations. Use them when possible.