29/04/2019 16:22, Anatoly Burakov: > Currently, IPC does not check received messages for invalid data > and passes them to user code unchanged. This may result in buffer > overruns on reading message data. Fix this by checking the message > length and fd number on receive, and discard any messages that > are not valid. > > Fixes: bacaa2754017 ("eal: add channel for multi-process communication") > Cc: sta...@dpdk.org > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
Applied, thanks