Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
batman-adv: Linearize fragment packets before merge
We access the data inside the skbs of two fragments directly using memmove during the merge. The data of the skb could span over multiple skb pages. An direct access without knowledge about the pages would lead to an invalid memory access. Signed-off-by: Sven Eckelmann <[email protected]> [[email protected]: Move return from function to the end] Signed-off-by: Marek Lindner <[email protected]>
- Loading branch information