diff options
author | peter <peter@FreeBSD.org> | 2003-12-07 09:57:51 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-12-07 09:57:51 +0000 |
commit | e28e232dff09a162e5f45df2b2979944ddb8f88c (patch) | |
tree | d2b6fc880b56d6a7799cafdfda4f9c7450712041 /lib/libc/regex/regexec.c | |
parent | e48e0e186a7b5f0a1bfa2d7d318bf1918b53ce59 (diff) | |
download | FreeBSD-src-e28e232dff09a162e5f45df2b2979944ddb8f88c.zip FreeBSD-src-e28e232dff09a162e5f45df2b2979944ddb8f88c.tar.gz |
rqb_bits[] may be an int64_t (eg: on alpha, and recently on amd64).
Be sure to shift (long)1 << 33 and higher, not (int)1. Otherwise bad
things happen(TM). This is why beast.freebsd.org paniced with ULE.
Reviewed by: jeff
Diffstat (limited to 'lib/libc/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions