Integrated: 8291511: Redefinition of EXIT_FAILURE in libw2k_lsa_auth
Julian Waters
jwaters at openjdk.org
Mon Aug 15 16:30:56 UTC 2022
On Thu, 28 Jul 2022 17:23:05 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> EXIT_FAILURE is defined as -1 in NativeCreds.c, and is not only unused, but also incorrect, as it incorrectly redefines the existing EXIT_FAILURE, which is actually 1 on Windows, not -1. Can be safely commented out as it isn't used anywhere, except for in a call to ExitProcess which has also been commented out as well.
This pull request has now been integrated.
Changeset: b00eedeb
Author: Julian Waters <jwaters at openjdk.org>
Committer: Weijun Wang <weijun at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b00eedeb029445417f99e8aa4e8fca12e5c69155
Stats: 2 lines in 1 file changed: 1 ins; 1 del; 0 mod
8291511: Redefinition of EXIT_FAILURE in libw2k_lsa_auth
Reviewed-by: weijun
-------------
PR: https://git.openjdk.org/jdk/pull/9678
More information about the security-dev
mailing list