Skip to content

Ensure conninfo is a valid C string before closing the connection#710

Open
larskanis wants to merge 1 commit into
masterfrom
DFVULN-790
Open

Ensure conninfo is a valid C string before closing the connection#710
larskanis wants to merge 1 commit into
masterfrom
DFVULN-790

Conversation

@larskanis
Copy link
Copy Markdown
Collaborator

Otherwise a null byte in the conninfo string leads to double free of PGconn.

Fixes #709

Otherwise a null byte in the conninfo string leads to double free of PGconn.

Fixes #709
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.

DFVULN-790: Double-Free in PG::Connection#reset_start2

1 participant