This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

b20.1



i just got the b20.1 and i've been surprised by 2 things

1) int main(){} after is was compiled used to make a 14Ko exe it now
makes a 293Ko exe
and all my lil' progs r bigger

2) i made a prog that connect to a server to receive a file which use
the recv() func and it
used to works fine with the b19, today it doesn't anymore, there is the
string "C:\etc\passwd" in the buffer

How comes ???