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

validator: fix potential infinite loop #5813

Merged
merged 1 commit into from
Sep 20, 2024
Merged

validator: fix potential infinite loop #5813

merged 1 commit into from
Sep 20, 2024

Conversation

davidpanderson
Copy link
Contributor

Fixes #5799

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 10.51%. Comparing base (29af35c) to head (266c050).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
sched/validate_util2.cpp 0.00% 3 Missing ⚠️
sched/script_validator.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5813   +/-   ##
=========================================
  Coverage     10.51%   10.51%           
  Complexity     1068     1068           
=========================================
  Files           280      280           
  Lines         36021    36019    -2     
  Branches       8444     8444           
=========================================
  Hits           3789     3789           
+ Misses        31843    31841    -2     
  Partials        389      389           
Files with missing lines Coverage Δ
sched/script_validator.cpp 0.00% <0.00%> (ø)
sched/validate_util2.cpp 0.00% <0.00%> (ø)

@Rytiss Rytiss merged commit a2f4c28 into master Sep 20, 2024
145 of 146 checks passed
@Rytiss Rytiss deleted the dpa_script_val3 branch September 20, 2024 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

script_validator does not correctly handle return values
3 participants