Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
container/patricia: mowgli_patricia_elem_find(): avoid potential UB
Identified by Clang v9 UBSAN (-fsanitize=undefined): patricia.c:671:17: runtime error: member access within null pointer of type 'union patricia_elem'
- Loading branch information