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

Buffer overflow on string concatenation #1

Open
Srinivasa314 opened this issue Sep 8, 2022 · 1 comment
Open

Buffer overflow on string concatenation #1

Srinivasa314 opened this issue Sep 8, 2022 · 1 comment

Comments

@Srinivasa314
Copy link

Steps to reproduce
y1 := 'Lorem Ipsum'
y2 := 'Lorem Ipsim'
y1 + y2

@henriquegogo
Copy link
Owner

I could reproduce in wasm version (website), but in native/console version doesn't happen.
Thanks for report.

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

No branches or pull requests

2 participants