Skip to content
Commit 37ffb50e authored by Łukasz Kotula's avatar Łukasz Kotula Committed by Kurt Hindenburg
Browse files

Reproduction test case for a crash described in Bug 330066

New unit test, triggers faulty code in `Screen::copyLineToStream`
which goes outside `Character` array boundaries, overwriting
memory of other objects.
Compiling the code with address-sanitizer makes the fault
visible when running those new UTs.
parent b5d02842
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment