https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218592
--- Comment #2 from Kirk McKusick <[email protected]> --- The patch looks fine to me. I'll note that inosused will always be a multiple of CHAR_BIT, so in fact the loop will always work. However, I am a strong believer in having code that will work absent these "known" invariants, so am in favor of the change. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
