Branch: refs/heads/host-filter-fix
Home:
https://github.com/kronosnet/kronosnet
Commit: 92020dfe24bbd5a6213477b8f14a1f8b908ee4e5
https://github.com/kronosnet/kronosnet/commit/92020dfe24bbd5a6213477b8f14a1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-02-25 (Sun, 25 Feb 2018)
Changed paths:
M libknet/threads_rx.c
M libknet/threads_tx.c
Log Message:
-----------
[tx/rx] improve error checking when running external code
libknet cannot guarantee that the dst_host_filter is sane nor that it cannot
be exploited to return garbage to knet.
there is an infinitesimal possibility that, if the plugin returns total crap,
knet could crash by trying to access out-of-bound memory.
Prevent that by adding specific checks both in TX/RX.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>