Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 1c1274a5 authored by Jon Maloy's avatar Jon Maloy Committed by David S. Miller
Browse files

tipc: don't assume linear buffer when reading ancillary data


The code for reading ancillary data from a received buffer is assuming
the buffer is linear. To make this assumption true we have to linearize
the buffer before message data is read.

Signed-off-by: default avatarJon Maloy <jon.maloy@ericsson.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent adba75be
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment