This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 11fba90cd1 Fix bad removal 11fba90cd1 is described below commit 11fba90cd116c5ffca91de6225d029fe6f7ed4f3 Author: remm <r...@apache.org> AuthorDate: Fri Jun 23 11:40:51 2023 +0200 Fix bad removal --- .../src/main/java/org/apache/tomcat/util/openssl/Constants$root.java | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/Constants$root.java b/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/Constants$root.java index e69dc262f3..47273effbe 100644 --- a/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/Constants$root.java +++ b/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/Constants$root.java @@ -36,6 +36,7 @@ final class Constants$root { static final OfLong C_LONG_LONG$LAYOUT = JAVA_LONG; static final OfFloat C_FLOAT$LAYOUT = JAVA_FLOAT; static final OfDouble C_DOUBLE$LAYOUT = JAVA_DOUBLE; + static final AddressLayout C_POINTER$LAYOUT = ADDRESS.withTargetLayout(MemoryLayout.sequenceLayout(Long.MAX_VALUE, C_CHAR$LAYOUT)); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org