51a1708453
Calling functions like recv() with a NULL buffer is not explicitly
allowed by the POSIX standard, so it must be avoided to be portable
across different libc implementations. Allocate an initial buffer before
handling requests, and also pass this buffer to the peek recv() call.
Fixes:
|
||
---|---|---|
.. | ||
gluon-neighbour-info.c | ||
Makefile |