kamby icon indicating copy to clipboard operation
kamby copied to clipboard

Buffer overflow on string concatenation

Open Srinivasa314 opened this issue 2 years ago • 1 comments

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

Srinivasa314 avatar Sep 08 '22 11:09 Srinivasa314

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

henriquegogo avatar Sep 08 '22 14:09 henriquegogo