Skip to content

Guard against allocations exceeding isize::MAX#268

Merged
bors merged 1 commit intorust-lang:masterfrom
Amanieu:fix_large_alloc
May 28, 2021
Merged

Guard against allocations exceeding isize::MAX#268
bors merged 1 commit intorust-lang:masterfrom
Amanieu:fix_large_alloc

Conversation

@Amanieu
Copy link
Copy Markdown
Member

@Amanieu Amanieu commented May 24, 2021

Fixes #264

@Amanieu
Copy link
Copy Markdown
Member Author

Amanieu commented May 24, 2021

@bors r+

@bors
Copy link
Copy Markdown
Contributor

bors commented May 24, 2021

📌 Commit 224a1fb has been approved by Amanieu

bors added a commit that referenced this pull request May 24, 2021
Guard against allocations exceeding isize::MAX

Fixes #264
@bors
Copy link
Copy Markdown
Contributor

bors commented May 24, 2021

⌛ Testing commit 224a1fb with merge 96710f9...

@bors
Copy link
Copy Markdown
Contributor

bors commented May 24, 2021

💥 Test timed out

@Amanieu
Copy link
Copy Markdown
Member Author

Amanieu commented May 28, 2021

@bors r+

@bors
Copy link
Copy Markdown
Contributor

bors commented May 28, 2021

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.
  • There's another pull request that is currently being tested, blocking this pull request: Use u64 for the GroupWord on WebAssembly #271

@bors
Copy link
Copy Markdown
Contributor

bors commented May 28, 2021

📌 Commit 224a1fb has been approved by Amanieu

bors added a commit that referenced this pull request May 28, 2021
Guard against allocations exceeding isize::MAX

Fixes #264
@bors
Copy link
Copy Markdown
Contributor

bors commented May 28, 2021

⌛ Testing commit 224a1fb with merge 891f4c9...

@bors
Copy link
Copy Markdown
Contributor

bors commented May 28, 2021

💔 Test failed - checks-actions

@Amanieu Amanieu force-pushed the fix_large_alloc branch from 224a1fb to 6c62285 Compare May 28, 2021 19:44
@Amanieu
Copy link
Copy Markdown
Member Author

Amanieu commented May 28, 2021

@bors r+

@bors
Copy link
Copy Markdown
Contributor

bors commented May 28, 2021

📌 Commit 6c62285 has been approved by Amanieu

bors added a commit that referenced this pull request May 28, 2021
Guard against allocations exceeding isize::MAX

Fixes #264
@bors
Copy link
Copy Markdown
Contributor

bors commented May 28, 2021

⌛ Testing commit 6c62285 with merge 4708d4e...

@bors
Copy link
Copy Markdown
Contributor

bors commented May 28, 2021

💔 Test failed - checks-actions

@Amanieu Amanieu force-pushed the fix_large_alloc branch from 6c62285 to 8fe8f9f Compare May 28, 2021 22:42
@Amanieu
Copy link
Copy Markdown
Member Author

Amanieu commented May 28, 2021

@bors r+

@bors
Copy link
Copy Markdown
Contributor

bors commented May 28, 2021

📌 Commit 8fe8f9f has been approved by Amanieu

@bors
Copy link
Copy Markdown
Contributor

bors commented May 28, 2021

⌛ Testing commit 8fe8f9f with merge 6302512...

@bors
Copy link
Copy Markdown
Contributor

bors commented May 28, 2021

☀️ Test successful - checks-actions
Approved by: Amanieu
Pushing 6302512 to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pointer arithmetic UB in very large tables

2 participants