Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verify that heap tuple is valid before using
In `ts_bgw_job_validate_job_owner` a heap tuple is fetched but it is not verified that it is valid. If the heap tuple is later used it can cause a crash at best, or leak information from random memory at worst. Fixed this by adding a check that the tuple is valid before trying to use it.
- Loading branch information