magic/.github
Intubun 439730a13b fix: sscanf length bound in TclmagicRegisterCommands; show output-tcl in CI
Add explicit length limit to sscanf in TclmagicRegisterCommands: %92s
instead of %s prevents a potential stack overwrite if a command name
were ever longer than the buffer. Matches the available space (keyword[100]
minus the 7-byte "magic::" prefix minus null).

Extend the CI output-display step to also iterate over output-tcl/ so
that TCL-variant test regressions are visible in the job log without
downloading artifacts.
2026-05-21 14:28:09 +02:00
..
workflows fix: sscanf length bound in TclmagicRegisterCommands; show output-tcl in CI 2026-05-21 14:28:09 +02:00