On Tue, 25 Aug 2026 at 19:02, Lev Nikolaev <[email protected]> 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
