[crac] RFR: 8351923: [CRaC] Engine help message may be truncated

Radim Vansa rvansa at openjdk.org
Thu Mar 13 14:03:17 UTC 2025


On Thu, 13 Mar 2025 09:25:15 GMT, Timofei Pushkin <tpushkin at openjdk.org> wrote:

> Fixes the help message truncation by using `tty->print_raw*` instead of `tty->print*`. The latter uses a fixed-size buffer and truncates strings which don't fit there, the former does not.

Marked as reviewed by rvansa (Committer).

LGTM, thanks!

-------------

PR Review: https://git.openjdk.org/crac/pull/212#pullrequestreview-2682048404
PR Comment: https://git.openjdk.org/crac/pull/212#issuecomment-2721370083


More information about the crac-dev mailing list