• Joined on 2025-12-29
kyonshi synced commits to master at kyonshi/tbamud from mirror 2026-04-26 02:41:46 +02:00
a049fddcea Fix stray null write from sizeof(pointer) bug in var_subst() (#190)
af06fa0621 Fix stack buffer overflow in perform_complex_alias() via unbounded alias expansion (#180)
Compare 2 commits »
kyonshi synced new reference copilot/fix-stray-null-write-bug to kyonshi/tbamud from mirror 2026-04-25 18:31:46 +02:00
kyonshi synced commits to copilot/fix-stray-null-write-bug at kyonshi/tbamud from mirror 2026-04-25 18:31:46 +02:00
kyonshi synced commits to copilot/fix-stack-buffer-overflow at kyonshi/tbamud from mirror 2026-04-25 18:31:46 +02:00
1e5eca00ba Add unit tests for perform_complex_alias() via perform_alias()
8b6c38bb20 Refactor: use return value instead of char_data param in perform_complex_alias()
Compare 2 commits »
kyonshi synced new reference copilot/fix-unbounded-strcpy-password to kyonshi/tbamud from mirror 2026-04-24 18:01:47 +02:00
kyonshi synced commits to copilot/fix-unbounded-strcpy-password at kyonshi/tbamud from mirror 2026-04-24 18:01:47 +02:00
kyonshi synced new reference copilot/fix-stack-buffer-overflow-var-subst to kyonshi/tbamud from mirror 2026-04-24 18:01:47 +02:00
kyonshi synced commits to copilot/fix-stack-buffer-overflow-var-subst at kyonshi/tbamud from mirror 2026-04-24 18:01:47 +02:00
kyonshi synced new reference copilot/fix-stack-buffer-overflow to kyonshi/tbamud from mirror 2026-04-24 18:01:47 +02:00
kyonshi synced commits to copilot/fix-stack-buffer-overflow at kyonshi/tbamud from mirror 2026-04-24 18:01:47 +02:00
kyonshi synced new reference copilot/fix-os-command-injection to kyonshi/tbamud from mirror 2026-04-24 18:01:47 +02:00
kyonshi synced commits to copilot/fix-os-command-injection at kyonshi/tbamud from mirror 2026-04-24 18:01:46 +02:00
kyonshi synced new reference copilot/fix-fscanf-width-limits to kyonshi/tbamud from mirror 2026-04-24 18:01:46 +02:00
kyonshi synced commits to copilot/fix-fscanf-width-limits at kyonshi/tbamud from mirror 2026-04-24 18:01:46 +02:00
kyonshi synced commits to master at kyonshi/tbamud from mirror 2026-04-24 01:41:46 +02:00
87c75da59c Improve error message detail for wdoor/mdoor/odoor invalid args (#178)
kyonshi synced new reference copilot/check-code-for-vulnerabilities to kyonshi/tbamud from mirror 2026-04-24 01:41:46 +02:00
kyonshi synced commits to copilot/check-code-for-vulnerabilities at kyonshi/tbamud from mirror 2026-04-24 01:41:46 +02:00
kyonshi synced commits to master at kyonshi/tbamud from mirror 2026-04-23 09:21:46 +02:00
ac94839eb5 Add Unity-based unit test infrastructure (Phase 1 — 117 tests) (#177)
kyonshi synced and deleted reference refs/tags/copilot/add-implementation-plan-for-unit-tests at kyonshi/tbamud from mirror 2026-04-23 09:21:46 +02:00
kyonshi synced commits to copilot/add-implementation-plan-for-unit-tests at kyonshi/tbamud from mirror 2026-04-23 01:11:45 +02:00
2e0668d4f8 docs: add unit test documentation to README.md and doc/testing.md
13c6f6291c fix: add time attributes to JUnit XML to eliminate NaNms in test reporter
73bda79fe6 CI: produce JUnit XML from Unity tests for GitHub test reporting
d810782392 test run
063bd86a69 Use working-directory for build and test steps
Compare 11 commits »