On Wed, 5 Apr 2023 17:03:45 GMT, Nikita Gubarkov <[email protected]> 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

Reply via email to