[jdk11u-dev] Integrated: 8325022: Incorrect error message on client authentication
Amos Shi
ashi at openjdk.org
Mon Aug 26 18:51:14 UTC 2024
On Fri, 9 Aug 2024 00:56:35 GMT, Amos Shi <ashi at openjdk.org> wrote:
> Backport of [JDK-8325022](https://bugs.openjdk.org/browse/JDK-8325022)
>
> Testing
> - Local:
> - Build passed on `MacOS 14.6.1` on Apple M1 Max
> - No applicable test case
> - Pipeline:
> - Linux and Windows - passed
> - Mac - `adlparse.cpp:214:11: error: 'sprintf' is deprecated` - this message is not caused by current PR
> - `src/hotspot/share/adlc/archDesc.cpp:813:5: error: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.`
> - The line `archDesc.cpp:813` was introduced 13 years ago via https://github.com/openjdk/jdk11u-dev/commit/07d9df5a7fb64f3c7252686d647fa3a5da8e8771
> - See https://github.com/openjdk/jdk11u-dev/blame/master/src/hotspot/share/adlc/archDesc.cpp#L813C5-L813C46
> - Testing Machine: SAP nightlies Passed on `2024-08-16` (No side effect caused by this PR found)
This pull request has now been integrated.
Changeset: c67fe36b
Author: Amos Shi <ashi at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/c67fe36b5fefee554c0d1067f209387606011615
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8325022: Incorrect error message on client authentication
Backport-of: fe78c0f1911c9fdc1d30e23847d102748dfa2063
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2899
More information about the jdk-updates-dev
mailing list