-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ip6: fix IPv6 extension header parsing
rte_ipv6_get_next_ext() does not check whether the mbuf is contiguous or long enough wrt the extension length it returns. Prefer calling rte_pktmbuf_read() and defer rte_pktmbuf_adj() once all packet processing is done. Closes: #114 Signed-off-by: David Marchand <[email protected]>
- Loading branch information
1 parent
8c5701d
commit 520047d
Showing
1 changed file
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters