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

Backport to 2.11.x: #6029: Fix an invalid SPI result use after free #6034

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

timescale-automation
Copy link
Member

This is an automated backport of #6029: Fix an invalid SPI result use after free.
This PR will be merged automatically after all the relevant CI checks pass. If this fix should not be backported, or will be backported manually, just close this PR. You can use the backport branch to add your changes, it won't be modified automatically anymore.

For more details, please see the documentation

Original description

Fix an invalid SPI result use after free

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

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

(cherry picked from commit fa04a06)
@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

❗ No coverage uploaded for pull request base (2.11.x@aaa8866). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             2.11.x    #6034   +/-   ##
=========================================
  Coverage          ?   91.01%           
=========================================
  Files             ?      230           
  Lines             ?    54714           
  Branches          ?        0           
=========================================
  Hits              ?    49797           
  Misses            ?     4917           
  Partials          ?        0           

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

@timescale-automation timescale-automation merged commit c1fb6ff into 2.11.x Aug 31, 2023
@timescale-automation timescale-automation deleted the backport/2.11.x/6029 branch August 31, 2023 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is-auto-backport PR created by backport automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants