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

babelfish-for-postgresql / babelfish_extensions / 24330195217
77%

Build:
DEFAULT BRANCH: BABEL_6_X_DEV
Ran 13 Apr 2026 07:42AM 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 07:02AM UTC coverage: 77.078% (+0.001%) from 77.077%
24330195217

push

github

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

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

53061 of 68841 relevant lines covered (77.08%)

637723.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24330195217.1 13 Apr 2026 07:42AM UTC 121
77.08
GitHub Action Run
Source Files on build 24330195217
  • Tree
  • List 121
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24330195217
  • b308f119 on github
  • Prev Build on BABEL_6_X_DEV (#24239807885)
  • Next Build on BABEL_6_X_DEV (#24435092324)
  • 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