summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/regex/debug.c
diff options
context:
space:
mode:
authortb <>2022-12-03 08:05:52 +0000
committertb <>2022-12-03 08:05:52 +0000
commit5c159387c5155452ad5c6307404302e258336fab (patch)
tree317e4fc69c6e7d6202f03d8464c5005cbe0c4d19 /src/regress/lib/libc/regex/debug.c
parented495f126a1e6e5dab84c2e136a4399bbaa74752 (diff)
downloadopenbsd-5c159387c5155452ad5c6307404302e258336fab.tar.gz
openbsd-5c159387c5155452ad5c6307404302e258336fab.tar.bz2
openbsd-5c159387c5155452ad5c6307404302e258336fab.zip
Fix some ancient silliness with a random byte
For nearly 25 years this test has attempted to generate random numbers of bit length between 192 and 319 bits. Unfortunately, it used an unsigned char so instead of generating numbers in the interval [-64..63] and add them to 256, it used numbers in the intervals [0..63] and [192..255]...
Diffstat (limited to 'src/regress/lib/libc/regex/debug.c')
0 files changed, 0 insertions, 0 deletions