RFR: 8257973: UTIL_LOOKUP_PROGS should only find executable files
Erik Joelsson
erikj at openjdk.java.net
Wed Dec 9 14:34:35 UTC 2020
On Wed, 9 Dec 2020 14:08:32 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> It turns out that UTIL_LOOKUP_PROGS does not verify that when it find a file in the PATH that matches the given tool name, it accept it straight away. Even if the file is a directory, or is not executable.
Marked as reviewed by erikj (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/1715
More information about the build-dev
mailing list