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

CORE-15061 Fix integer overflow in named query execution #5733

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

nkovacsx
Copy link
Contributor

Overview

By default the limit defaults to Int.MAX_VALUE and we add +1 to that value when fetching the results. This will cause the integer to overflow.

rick-r3
rick-r3 previously approved these changes Feb 20, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@corda-jenkins-ci02
Copy link
Contributor

Jenkins build for PR 5733 build 2

Build Successful:
Jar artifact version produced by this PR: 5.2.0.0-alpha-1708428467562
Helm chart version produced by this PR: 5.2.0-alpha.1708428467562
Helm chart pushed to: oci://corda-os-docker-dev.software.r3.com/helm-charts/pr-5733/corda
Helm chart score: 82

@nkovacsx nkovacsx requested a review from rick-r3 February 20, 2024 12:28
@nkovacsx nkovacsx merged commit f800a64 into release/os/5.2 Feb 20, 2024
4 checks passed
@nkovacsx nkovacsx deleted the nandor/CORE-15061/fix-negative-result branch February 20, 2024 12:36
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.

2 participants