Re: svn commit: r1292127 - /tomcat/native/trunk/native/src/sslext.c

2012-02-22 Thread Mladen Turk
On 02/22/2012 05:52 AM, cos...@apache.org wrote: Author: costin + if (len TCN_BUFFER_SZ) { + return -1; + } Suppose that the len is presumed to always be shorter then 8K. char * requestedTicket = apr_pcalloc(tcssl-pool, len); suppose this can be be just

svn commit: r1292127 - /tomcat/native/trunk/native/src/sslext.c

2012-02-21 Thread costin
Author: costin Date: Wed Feb 22 04:52:15 2012 New Revision: 1292127 URL: http://svn.apache.org/viewvc?rev=1292127view=rev Log: Use fixed len for the buffers. Add back the code for getting/setting tickets. Modified: tomcat/native/trunk/native/src/sslext.c Modified: