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

amazon-aurora / babelfish_extensions / 27725382584
77%
main: 77%

Build:
Build:
LAST BUILD BRANCH: jira-babel-6458-v
DEFAULT BRANCH: main
Ran 17 Jun 2026 11:44PM UTC
Jobs 1
Files 127
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

17 Jun 2026 11:04PM UTC coverage: 77.192% (-0.001%) from 77.193%
27725382584

push

github

RUI LUO
Guard remote RPC result-set column count against fixed-size stack array

In execute_remote_procedure_rpc(), colcount comes from the remote server
(LINKED_SERVER_NUM_COLS) and indexes the fixed-size stack array
val[MAX_COLS_SELECT] (4096). A non-conforming or malicious remote server
returning more than MAX_COLS_SELECT columns would overflow the stack.
Add an explicit bound that raises an error before the array is used,
rather than relying on the remote peer to honor SQL Server's 4096-column
limit. Addresses an AI code-review finding.

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

54920 of 71147 relevant lines covered (77.19%)

390275.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
83.23
-0.03% contrib/babelfishpg_tsql/src/pl_exec-2.c
Jobs
ID Job ID Ran Files Coverage
1 27725382584.1 17 Jun 2026 11:44PM UTC 127
77.19
GitHub Action Run
Source Files on build 27725382584
  • Tree
  • List 127
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27725382584
  • 3c167b43 on github
  • Prev Build on remote-proc-exec-runtime-check (#27639504858)
  • Next Build on remote-proc-exec-runtime-check (#28138125116)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc