Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hsearch: fix null pointer arithmetic UB
htab->__tab->entries pointer may be 0 so delay using it in arithmetics. this did not cause any known issue other than with ubsan instrumentation.
- Loading branch information