On Tue, 25 Aug 2026 at 19:02, Lev Nikolaev <lev(dot)nikolaev(at)tantorlabs(dot)com> wrote:
> I noticed that the range assertion in bms_prev_member() performs the
> multiplication in signed int arithmetic before converting its result to
> unsigned int:
>
> (unsigned int) (a->nwords * BITS_PER_BITMAPWORD)
Fixed.
David