3e43647cd6
Coverity reported about two division by zero:
*** CID 350344: Incorrect expression (DIVIDE_BY_ZERO)
Although in fact these dividers will never be equal to 0,
adding explicit checks in lookup() to make coverity happy
will not affect the execution speed.
Fixes:
|
||
---|---|---|
.. | ||
main.c | ||
Makefile | ||
meson.build |