]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib: bit_ceil_wrapul(): stop recursion
authorIker Pedrosa <ipedrosa@redhat.com>
Wed, 22 Feb 2023 09:54:28 +0000 (10:54 +0100)
committerSerge Hallyn <serge@hallyn.com>
Fri, 24 Feb 2023 18:44:14 +0000 (12:44 -0600)
commit3b3d3e5cd48d0f54a62afdfbae535547ac56c474
treeb9634ca2f47ac1a0c124fe8ae4eca1265c24d69b
parent21d88b4525aa7f924d140b5d4bf88022587dd224
lib: bit_ceil_wrapul(): stop recursion

It should call bit_ceilul() instead of itself.

Fixes: 0712b236c3bc ("Add bit manipulation functions")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
lib/bit.h