gluon/package/gluon-neighbour-info
Matthias Schiffer d1c7b926f3
gluon-neighbour-info: avoid recv() with NULL buffer
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: 531937cf6f ("gluon-neighbour-info: fix broken output with large results")
2021-10-05 19:55:25 +02:00
..
luasrc/lib/gluon/upgrade gluon-neighbour-info: allow respondd replies on mesh and wan interface 2017-11-25 23:31:23 +01:00
src gluon-neighbour-info: avoid recv() with NULL buffer 2021-10-05 19:55:25 +02:00
Makefile treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00