mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-20 22:00:17 -04:00
* Add test demonstrating bug #4778 - nil pool causes panic 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix #4778: Add nil pool validation in newRefreshConnectionState Add nil check immediately after retrieving pool from pluginManager to prevent panic when pool is nil. This addresses the issue where a nil pool would cause a segmentation fault when passed to db_local.SetUserSearchPath(). The fix returns a descriptive error instead of panicking, allowing calling code to handle the error gracefully. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>