Re: [RTnet-developers] examples/generic/linux_server.c bugfix

2007-10-17 Thread Jan Kiszka
Wolfgang Köbler wrote: > Hello, > > There is a bug in rtnet-0.9.9/examples/generic/linux_server.c as well > as in current SVN. > > Details: > The variable clientLength is not initialized before it is passed to > recvfrom. Yet, according to "man 2 recvfrom" (debian etch) it should be > "initializ

[RTnet-developers] examples/generic/linux_server.c bugfix

2007-10-17 Thread Wolfgang Köbler
Hello, There is a bug in rtnet-0.9.9/examples/generic/linux_server.c as well as in current SVN. Details: The variable clientLength is not initialized before it is passed to recvfrom. Yet, according to "man 2 recvfrom" (debian etch) it should be "initialized to the size of the buffer associated w