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 an invalid SPI result use after free #6029

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

jnidzwetzki
Copy link
Contributor

@jnidzwetzki jnidzwetzki commented Aug 30, 2023

This PR fixes the invalid use of an SPI result after SPI_finish is called and the result is freed.

Disable-check: force-changelog-file

@github-actions
Copy link

@pmwkaa, @konskov: please review this pull request.

Powered by pull-review

This PR fixes the invalid use of an SPI result after SPI_finish is called
and the result is freed.
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Merging #6029 (7ca37e5) into main (3b6dc7d) will decrease coverage by 5.91%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #6029      +/-   ##
==========================================
- Coverage   87.14%   81.23%   -5.91%     
==========================================
  Files         243      243              
  Lines       55969    55925      -44     
  Branches    12397    12378      -19     
==========================================
- Hits        48775    45433    -3342     
- Misses       4856     8161    +3305     
+ Partials     2338     2331       -7     
Files Changed Coverage Δ
src/hypertable.c 84.60% <100.00%> (-2.19%) ⬇️

... and 85 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jnidzwetzki jnidzwetzki merged commit fa04a06 into timescale:main Aug 31, 2023
34 checks passed
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.

4 participants