Re: [HACKERS] possible obvious bug?

2002-11-26 Thread Christopher Kings-Lynne
> > Merlin Moncure kirjutas T, 26.11.2002 kell 08:00: > > > I was playing with the Japanese win32 7.2.1 port and I noticed that "select > > > 0 / 0" caused the server to crash and restart. I understand that it is a > > > totally unsupported version, but it should be easy enough to check vs. the >

Re: [HACKERS] possible obvious bug?

2002-11-26 Thread Christopher Kings-Lynne
> Merlin Moncure kirjutas T, 26.11.2002 kell 08:00: > > I was playing with the Japanese win32 7.2.1 port and I noticed that "select > > 0 / 0" caused the server to crash and restart. I understand that it is a > > totally unsupported version, but it should be easy enough to check vs. the > > curre

Re: [HACKERS] possible obvious bug?

2002-11-26 Thread scott.marlowe
On 27 Nov 2002, Hannu Krosing wrote: > Merlin Moncure kirjutas T, 26.11.2002 kell 08:00: > > I was playing with the Japanese win32 7.2.1 port and I noticed that "select > > 0 / 0" caused the server to crash and restart. I understand that it is a > > totally unsupported version, but it should be e

Re: [HACKERS] possible obvious bug?

2002-11-26 Thread Hannu Krosing
Merlin Moncure kirjutas T, 26.11.2002 kell 08:00: > I was playing with the Japanese win32 7.2.1 port and I noticed that "select > 0 / 0" caused the server to crash and restart. I understand that it is a > totally unsupported version, but it should be easy enough to check vs. the > current version.

Re: [HACKERS] possible obvious bug?

2002-11-26 Thread Mario Weilguni
>I was playing with the Japanese win32 7.2.1 port and I noticed that "select >0 / 0" caused the server to crash and restart. I understand that it is a >totally unsupported version, but it should be easy enough to check vs. the >current version. Note that select 0.0/0.0 worked fine! Seems to work

[HACKERS] possible obvious bug?

2002-11-26 Thread Merlin Moncure
I was playing with the Japanese win32 7.2.1 port and I noticed that "select 0 / 0" caused the server to crash and restart. I understand that it is a totally unsupported version, but it should be easy enough to check vs. the current version. Note that select 0.0/0.0 worked fine! Merlin --