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

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

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

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.

54920 of 71147 relevant lines covered (77.19%)

390275.92 hits per line

Source Files on job 27725382584.1
  • Tree
  • List 127
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27725382584
  • 3c167b43 on github
  • Prev Job for on remote-proc-exec-runtime-check (#27639504858.1)
  • Next Job for on remote-proc-exec-runtime-check (#28138125116.1)
  • 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