• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

babelfish-for-postgresql / babelfish_extensions / 24357361670
76%
BABEL_6_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: insert_exec_pr3_destreceiver
DEFAULT BRANCH: BABEL_6_X_DEV
Ran 13 Apr 2026 06:07PM UTC
Jobs 1
Files 120
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Apr 2026 05:29PM UTC coverage: 76.329% (+0.004%) from 76.325%
24357361670

push

github

web-flow
Fix Invalid Read in IsTopTransactionName (#4717) (#4725)

SetTopTransactionName() stores the transaction name in TopTransactionContext
memory. When the transaction ends, this memory is freed but the name pointer
is not set to NULL, leaving a dangling pointer. A subsequent call to
IsTopTransactionName() then reads freed memory via strcmp().

Introduce ResetTopTransactionName() which NULLs out name. This is called from
pltsql_xact_cb to ensure the pointer is reset on every transaction end.

Engine PR: babelfish-for-postgresql/postgresql_modified_for_babelfish#739

Task: BABEL-5245

Authored-by: Rucha Kulkarni ruchask@amazon.com

2 of 2 new or added lines in 1 file covered. (100.0%)

50797 of 66550 relevant lines covered (76.33%)

397543.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24357361670.1 13 Apr 2026 06:07PM UTC 120
76.33
GitHub Action Run
Source Files on build 24357361670
  • Tree
  • List 120
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24357361670
  • ae233d30 on github
  • Prev Build on BABEL_4_X_DEV (#24184681649)
  • Next Build on BABEL_4_X_DEV (#24525572570)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc