Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connection: fix svacer issue #361

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Conversation

better0fdead
Copy link

Changed type of 'length' variable in 'read' function to avoid overflow when calculating it.

I didn't forget about (remove if it is not applicable):

  • [ not needed] Tests (see documentation for a testing package)
  • [not needed ] Changelog (see documentation for changelog format)
  • [not needed ] Documentation (see documentation for documentation style guide)

Copy link
Member

@0x501D 0x501D left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

connection.go Outdated Show resolved Hide resolved
Changed type of 'length' variable in 'read' function to avoid overflow when calculating it.
Copy link
Collaborator

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@oleg-jukovec oleg-jukovec merged commit 7d73f6a into master Dec 5, 2023
22 checks passed
@oleg-jukovec oleg-jukovec deleted the better0fdead/no-gh-svacer branch December 5, 2023 12:48
@oleg-jukovec oleg-jukovec mentioned this pull request Jan 10, 2024
oleg-jukovec added a commit that referenced this pull request Jan 10, 2024
Overview

    The patch release imports fixes from the master branch.

Breaking changes

    There are no breaking changes in the release.

Bugfixes

    Potentially packet length overflow when reading (#361).
oleg-jukovec added a commit that referenced this pull request Jan 10, 2024
Overview

    The patch release imports fixes from the master branch.

Breaking changes

    There are no breaking changes in the release.

Bugfixes

    Tests with case sensitive SQL (#341).

    Potentially packet length overflow when reading (#361).
oleg-jukovec added a commit that referenced this pull request Jan 10, 2024
Overview

    The patch release imports fixes from the master branch.

Breaking changes

    There are no breaking changes in the release.

Bugfixes

    Tests with crud 1.4.0 (#336).

    Tests with case sensitive SQL (#341).

    Potentially packet length overflow when reading (#361).
oleg-jukovec added a commit that referenced this pull request Jan 11, 2024
Overview

    The patch release imports fixes from the master branch.

Breaking changes

    There are no breaking changes in the release.

Bugfixes

    Tests with crud 1.4.0 (#336).

    Tests with case sensitive SQL (#341).

    Potentially packet length overflow when reading (#361).
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.

None yet

3 participants