RFR: 8305667: Some fonts installed in user directory are not detected on Windows

Alexey Ushakov avu at openjdk.org
Thu Apr 6 11:34:13 UTC 2023


On Wed, 5 Apr 2023 17:03:45 GMT, Nikita Gubarkov <duke at openjdk.org> wrote:

> `data` array has size of `MAX_BUFFER` like `wname`, but it has a char type, so its size is twice smaller than actual path limit, because paths returned by `RegEnumValueW` use wide chars. We need to double this limit.

Looks good

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

Marked as reviewed by avu (Committer).

PR Review: https://git.openjdk.org/jdk/pull/13359#pullrequestreview-1374677291



More information about the client-libs-dev mailing list