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

babelfish-for-postgresql / babelfish_extensions / 24357334659
77%
BABEL_6_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: query
DEFAULT BRANCH: BABEL_6_X_DEV
Ran 13 Apr 2026 06:18PM UTC
Jobs 1
Files 121
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: 77.133% (-0.002%) from 77.135%
24357334659

push

github

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

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%)

2 existing lines in 1 file now uncovered.

53285 of 69082 relevant lines covered (77.13%)

406833.92 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
76.23
-0.62% contrib/babelfishpg_tds/src/backend/tds/tdscomm.c
Jobs
ID Job ID Ran Files Coverage
1 24357334659.1 13 Apr 2026 06:18PM UTC 121
77.13
GitHub Action Run
Source Files on build 24357334659
  • Tree
  • List 121
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24357334659
  • 41660753 on github
  • Prev Build on BABEL_5_X_DEV (#24336596304)
  • Next Build on BABEL_5_X_DEV (#24435129835)
  • 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