summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-07 20:14:43 +0900
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-10 16:20:09 +0900
commitf283e17e12ce2199ce75b92d3a778ac8830cc2f9 (patch)
treee17a9b2e9ef612d8637b9ab3b93f2fa749eeb436 /src/main.c
parent28070c6ba07d90a6c7dff558042674fc78e6ba1c (diff)
netlink: make sure we reserve space for NLMSG_DONE
Otherwise, if messages pack really close together, we'll exceed the size of the sk_buff and return ENOBUFS. I suspect this has been the cause of a lot of weird bugs that people just worked around by increasing the receive buffer size. This actually addresses the root cause. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/main.c')
0 files changed, 0 insertions, 0 deletions