Mladen Turk wrote:
sebb wrote:
I happened to spot the following in ssl.c:
static int jbs_gets(BIO *b, char *out, int outl)
...
int l = (int)strlen(J2S(o));
if (l < outl) {
strcpy(out, J2S(o));
ret = outl;
}
...
return ret;
It looks a bit odd to me - I would have expected it to return l
On 18/11/2008, Mladen Turk <[EMAIL PROTECTED]> wrote:
> sebb wrote:
>
> > I happened to spot the following in ssl.c:
> >
> > static int jbs_gets(BIO *b, char *out, int outl)
> > ...
> > int l = (int)strlen(J2S(o));
> > if (l < outl) {
> >strcpy(out, J2S(o));
> >ret = outl;
> > }
> > ...
> >
sebb wrote:
I happened to spot the following in ssl.c:
static int jbs_gets(BIO *b, char *out, int outl)
...
int l = (int)strlen(J2S(o));
if (l < outl) {
strcpy(out, J2S(o));
ret = outl;
}
...
return ret;
It looks a bit odd to me - I would have expected it to return l rather
than outl.
I happened to spot the following in ssl.c:
static int jbs_gets(BIO *b, char *out, int outl)
...
int l = (int)strlen(J2S(o));
if (l < outl) {
strcpy(out, J2S(o));
ret = outl;
}
...
return ret;
It looks a bit odd to me - I would have expected it to return l rather
than outl.
However, I've
William A. Rowe, Jr. wrote:
Mladen Turk wrote:
You are the chair... and further you had called the vote. Feel free
to reverse yourself :)
Wow, and I thought the chair is the slave that
collects and writes board reports ;)
Cheers
--
^(TM)
Mladen Turk wrote:
> Mladen Turk wrote:
>> Mladen Turk wrote:
>> > Hello to the Tomcat team,
>> >
>> > Native 1.1.16 has been available for testing for almost a week,
>> > so I would like to proceed with the release vote.
>> >
>>
>> So far only one binding vote has been recorded
>> (Thanks Hen
Mladen Turk wrote:
Mladen Turk wrote:
> Hello to the Tomcat team,
>
> Native 1.1.16 has been available for testing for almost a week,
> so I would like to proceed with the release vote.
>
So far only one binding vote has been recorded
(Thanks Henri), and mine by presumption.
So, Native 1.1
I know its late
[X] Stable - no major issues, no regressions
just got around to it, and 1.1.15 causes problems on Linux x86_64
Filip
Mladen Turk wrote:
Hello to the Tomcat team,
Native 1.1.16 has been available for testing for almost a week,
so I would like to proceed with the release vote.
Hi Mladen,
last weeks are conference time... Sorry are also test tcnative today.
regards
Peter
Am 13.11.2008 um 20:47 schrieb Rainer Jung:
Mladen Turk schrieb:
Mladen Turk wrote:
Hello to the Tomcat team,
Native 1.1.16 has been available for testing for almost a week,
so I would like to
Mladen Turk schrieb:
> Apache Tomcat Native 1.1.16 is:
>
> [X] Stable - no major issues, no regressions
> [ ] Beta - at least one significant issue -- tell us what it is
> [ ] Alpha - multiple significant issues -- tell us what they are
Additional remarks (I'm going to help with those changes
Mladen Turk schrieb:
> Mladen Turk wrote:
>> Hello to the Tomcat team,
>>
>> Native 1.1.16 has been available for testing for almost a week,
>> so I would like to proceed with the release vote.
>>
>
> So far only one binding vote has been recorded
> (Thanks Henri), and mine by presumption.
>
> So
Too bad :(
I am just the new guy here and I only use tcn for my MINA APR transport
extensions. As I couldn't build tomcat native on my windows box I was
looking forward to the new release, even though the only problems I ever
encountered (I don't use tcn extensively at the moment) were the typ
Sad :(
2008/11/13 Mladen Turk <[EMAIL PROTECTED]>:
> Mladen Turk wrote:
>> Hello to the Tomcat team,
>>
>> Native 1.1.16 has been available for testing for almost a week,
>> so I would like to proceed with the release vote.
>>
>
> So far only one binding vote has been recorded
> (Thanks Henri), an
Mladen Turk wrote:
> Hello to the Tomcat team,
>
> Native 1.1.16 has been available for testing for almost a week,
> so I would like to proceed with the release vote.
>
So far only one binding vote has been recorded
(Thanks Henri), and mine by presumption.
So, Native 1.1.16 won't be released due
Using 1.1.15 under WinXP I noticed that recvfrom() would not set the
port of the data source, however I couldn't try the repo version as I
couldn't compile under WinXP. On my kubuntu box everything seems to work
fine.
I am now trying to use Multicast.ointerface(sock,iface), but I still
have to find
[X] Stable - no major issues, no regressions
[ ] Beta - at least one significant issue -- tell us what it is
[ ] Alpha - multiple significant issues -- tell us what they are
SLES Linux PPC & x86
-
To unsubscribe, e-mail: [EMAI
Just an reminder that the voting is still on ;)
I'll wait another 48 hrs, and if not voted
seems we'll have to forget about this version.
Mladen Turk wrote:
Hello to the Tomcat team,
Native 1.1.16 has been available for testing for almost a week,
so I would like to proceed with the release v
Hello to the Tomcat team,
Native 1.1.16 has been available for testing for almost a week,
so I would like to proceed with the release vote.
If you want to take a look, the final source distribution can be
downloaded from:
http://tomcat.apache.org/dev/dist/tomcat-connectors/native/source/
Some b
18 matches
Mail list logo