Page MenuHomeFreeBSD

bitstring: fix match-at-start bug
ClosedPublic

Authored by dougm on May 10 2022, 3:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 21, 11:49 AM
Unknown Object (File)
Oct 4 2024, 10:07 PM
Unknown Object (File)
Oct 2 2024, 2:08 PM
Unknown Object (File)
Oct 2 2024, 4:26 AM
Unknown Object (File)
Oct 2 2024, 12:26 AM
Unknown Object (File)
Oct 1 2024, 4:36 AM
Unknown Object (File)
Sep 30 2024, 11:12 AM
Unknown Object (File)
Sep 25 2024, 4:21 AM
Subscribers

Details

Summary

commit 84e2ae64c597000a0 introduced an error in the ff*_area_at functions for nonzero start parameters when the bit range sought was found immediately. It mistakenly replace '_value = _start' with '_value = 0' in initialization. Undo that mistake.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable