Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-gen: pktio: fix lso packet alloc error handling
_odp_lso_create_packets() crashes currently with a segmentation fault if odp_packet_alloc_multi() returns zero or a negative value. Fix this by selecting error path always after alloc failure. Signed-off-by: Matias Elo <[email protected]> Reviewed-by: Tuomas Taipale <[email protected]>
- Loading branch information