tbamud/tests
Copilot af06fa0621
Fix stack buffer overflow in perform_complex_alias() via unbounded alias expansion (#180)
* Fix stack buffer overflow in perform_complex_alias() - add bounds checks
* Refactor: use return value instead of char_data param in perform_complex_alias()
* Add unit tests for perform_complex_alias() via perform_alias()

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: welcor <357770+welcor@users.noreply.github.com>
2026-04-25 20:59:04 +02:00
..
vendor/unity Add Unity-based unit test infrastructure (Phase 1 — 117 tests) (#177) 2026-04-23 01:17:48 +02:00
CMakeLists.txt Add Unity-based unit test infrastructure (Phase 1 — 117 tests) (#177) 2026-04-23 01:17:48 +02:00
Makefile.in Add Unity-based unit test infrastructure (Phase 1 — 117 tests) (#177) 2026-04-23 01:17:48 +02:00
test_class.c Add Unity-based unit test infrastructure (Phase 1 — 117 tests) (#177) 2026-04-23 01:17:48 +02:00
test_interpreter.c Fix stack buffer overflow in perform_complex_alias() via unbounded alias expansion (#180) 2026-04-25 20:59:04 +02:00
test_random.c Add Unity-based unit test infrastructure (Phase 1 — 117 tests) (#177) 2026-04-23 01:17:48 +02:00
test_stubs.c Add Unity-based unit test infrastructure (Phase 1 — 117 tests) (#177) 2026-04-23 01:17:48 +02:00
test_utils.c Add Unity-based unit test infrastructure (Phase 1 — 117 tests) (#177) 2026-04-23 01:17:48 +02:00
unity_to_junit.py Add Unity-based unit test infrastructure (Phase 1 — 117 tests) (#177) 2026-04-23 01:17:48 +02:00