> From: Christopher Schultz > Subject: RE: svn commit: r1737154 - in /tomcat/native/trunk: > native/src/sslcontext.c xdocs/miscellaneous/changelog.xml
> Since bufferPtr is the byte array you want to use, you can probably just > use that directly for the call to d2i_x509(). I think the > malloc/memcpy/free is not necessary. Does calling d2i_X509() have the potential to block for any significant length of time? If so, the byte array would be pinned in the heap for the duration, which may impact GC. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org