[crac] Integrated: 8351923: [CRaC] Engine help message may be truncated
Timofei Pushkin
tpushkin at openjdk.org
Thu Mar 13 19:17:23 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.
This pull request has now been integrated.
Changeset: 137ccbfc
Author: Timofei Pushkin <tpushkin at openjdk.org>
Committer: Radim Vansa <rvansa at openjdk.org>
URL: https://git.openjdk.org/crac/commit/137ccbfc957999fd72930e09770c7ebadc3c9a44
Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod
8351923: [CRaC] Engine help message may be truncated
Reviewed-by: rvansa
-------------
PR: https://git.openjdk.org/crac/pull/212
More information about the crac-dev
mailing list