Skip to content

Conversation

@NguyenHoangPhuTien
Copy link

Jira link: https://juloprojects.atlassian.net/browse/INTO-541

  • Problems: when connecting to non-existent DB with Scram Authentication, the pgbouncer service will be crashed. This is the bug from pgboucer 1.17.0

  • Objective: prevent the pgbouncer service will be crashed when connecting to non-exsistent DB with Scram Authentication

…tication (pgbouncer#730)

It was possible to get segfaults when using scram authentication while connecting
to non-existent databases. Looks like the issue arises when attempting to save the
Scram authentication keys. This PR adds a check that the DB isn't fake before 
attempting to save the credentials

Co-authored-by: Ben Sabath <[email protected]>
@NguyenHoangPhuTien NguyenHoangPhuTien changed the base branch from master to julo November 25, 2022 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants