Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: ipv6_fragment: fix NULL pointer dereference issues
If we have less fragments than what can be stored in the reassembly array, some loops will blindly dereference NULL pointers. Add checks for NULL pointers when necessary and exit the loop. Signed-off-by: Florian Vaussard <[email protected]>
- Loading branch information