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

Fix unsigned wrap around in lpad/rpad/string allocation #32161

Merged
merged 1 commit into from
May 28, 2019

Conversation

c42f
Copy link
Member

@c42f c42f commented May 28, 2019

Fixes #32160

@c42f c42f added backport 1.0 kind:bugfix This change fixes an existing bug labels May 28, 2019
@c42f
Copy link
Member Author

c42f commented May 28, 2019

Failures look like unrelated doctest issues. Probably #31934 (comment) and something related to #31853.

However, it's suspicious these haven't been noticed already.

@c42f c42f mentioned this pull request May 28, 2019
@c42f c42f merged commit 86bc521 into master May 28, 2019
@c42f c42f deleted the cjf/fix-alloc-string-len-overflow branch May 28, 2019 22:24
KristofferC pushed a commit that referenced this pull request Jun 9, 2019
@KristofferC KristofferC mentioned this pull request Jun 9, 2019
32 tasks
@KristofferC KristofferC mentioned this pull request Aug 26, 2019
55 tasks
@KristofferC KristofferC mentioned this pull request Dec 3, 2019
56 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault in lpad with UInt64 length
3 participants