cborg icon indicating copy to clipboard operation
cborg copied to clipboard

Overflow checks

Open bgamari opened this issue 8 years ago • 2 comments

Ensure that we don't overflow words on 32-bit architectures.

bgamari avatar Feb 09 '17 17:02 bgamari

This should be handled by commit 60914c4b723972a0572373bdb96da19ec4a064f6 and the tests in later commits, but it's always worth reviewing carefully. We don't currently have CI on a 32bit arch.

dcoutts avatar May 27 '18 23:05 dcoutts

If we set AppVeyor up again, we can easily get a 32bit Windows build running -- which we should do anyway.

thoughtpolice avatar May 29 '18 16:05 thoughtpolice