Skip to content

Avoid integer overflow in query parameter encoding#720

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

Avoid integer overflow in query parameter encoding#720
larskanis wants to merge 1 commit into
masterfrom
DFVULN-797

Conversation

@larskanis
Copy link
Copy Markdown
Collaborator

Many large bytea parameters wrapped the typecast buffer size, then the bytea encoder wrote past the allocation.

Fixes #719

Many large bytea parameters wrapped the typecast buffer size, then the bytea encoder wrote past the allocation.

Fixes #719
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-797: Integer Overflow in Query Parameter Encoding Causes Heap Buffer Overflow

1 participant