Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update integer-overflows.txt #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 35 additions & 2 deletions attack/integer-overflow/integer-overflows.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,45 @@
-5
-4
-3
-2
-1
0
1
2
3
4
5
6
7
8
9
0x100
0x1000
0x10000
0x100000
0x3fffffff
0x40000000
0x40000001
0x7ffffffe
0x7fffffff
0x80000000
0x80000001
0xbfffffff
0xc0000000
0xc0000001
0xfffffffe
0xffffffff
0x10000
0x100000
0x100000000
0x100000001
0x3fffffffffffffff
0x4000000000000000
0x4000000000000001
0x7ffffffffffffffe
0x7fffffffffffffff
0x8000000000000000
0x8000000000000001
0xbfffffffffffffff
0xc000000000000000
0xc000000000000001
0xfffffffffffffffe
0xffffffffffffffff