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

Fix interval midpoint calculation in vulkan #46839

Closed
wants to merge 1 commit into from

Conversation

r-barnes
Copy link
Contributor

Summary: Interval midpoint calculations can overflow (integers). This fixes such an instance.

Test Plan: Standard test rig.

Differential Revision: D24392545

Summary: Interval midpoint calculations can overflow (integers). This fixes such an instance.

Test Plan: Standard test rig.

Differential Revision: D24392545

fbshipit-source-id: aed0f5c2655d23fb41681f7928c23a591c344459
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D24392545

@codecov
Copy link

codecov bot commented Oct 26, 2020

Codecov Report

Merging #46839 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #46839      +/-   ##
==========================================
- Coverage   68.96%   68.96%   -0.01%     
==========================================
  Files         434      434              
  Lines       55996    55996              
==========================================
- Hits        38620    38619       -1     
- Misses      17376    17377       +1     

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 179d2b2.

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

Successfully merging this pull request may close these issues.

None yet

2 participants