LUMIERA.clone/tests/core/steam
Ichthyostega aac9ee2934 Bugfix: uninitialised stack-memory used in test
...this bug was spotted as the test failed reproducibly
when built with `-fstack-protector-strong` — which adds
additional "canary" markers to some kinds of problematic
stack storage; this seemed to have the effect that now
the second test uses exactly the same location as the
preceding test, and thus finds valid data in the newly
created work buffers.

There is no reason for using uninitialised storage in this
test (I can recall that I wanted to build a generic helper
and intended to use that as ''virtual overlay'' over existing
memory — but that usage never took place, and the `struct Buffer`
is not a general-purpose tool now, but only made for this
specific test. Thus memory can be easily zero-initialised.
2025-11-15 02:00:11 +01:00
..
asset Upgrade: simplify comparisons 2025-07-04 03:37:54 +02:00
control Upgrade: down with typename!! 2025-07-06 01:19:08 +02:00
engine Bugfix: uninitialised stack-memory used in test 2025-11-15 02:00:11 +01:00
fixture clean-up: trifles 2025-06-07 23:59:57 +02:00
mobject Upgrade: down with typename!! 2025-07-06 01:19:08 +02:00
play clean-up: trifles 2025-06-07 23:59:57 +02:00
render-segment-test.cpp clean-up: trifles 2025-06-07 23:59:57 +02:00