Skip to content

Fix crash on overflow in is_monge#32

Merged
mgeisler merged 1 commit intomasterfrom
is-monge-overflow
Jul 26, 2020
Merged

Fix crash on overflow in is_monge#32
mgeisler merged 1 commit intomasterfrom
is-monge-overflow

Conversation

@mgeisler
Copy link
Owner

The function would crash on matrices where the x + y <= z + w
computation overflows. This is now handles correctly by doing more
careful checking of the sums.

The function would crash on matrices where the `x + y <= z + w`
computation overflows. This is now handles correctly by doing more
careful checking of the sums.
@mgeisler mgeisler force-pushed the is-monge-overflow branch from a7abd80 to dcf3d3a Compare July 26, 2020 13:41
@mgeisler mgeisler merged commit 6e9aaaa into master Jul 26, 2020
@github-actions github-actions bot mentioned this pull request Jul 29, 2020
@mgeisler mgeisler deleted the is-monge-overflow branch January 30, 2021 15:47
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.

1 participant