summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/engine.c
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2016-01-26 18:26:19 +0000
committermmcc <mmcc@openbsd.org>2016-01-26 18:26:19 +0000
commitcac6055cea954a818c7e2dc836e96910719ddaf9 (patch)
tree8e09e860d5198e356cca09900b4924eb4c5a48b6 /lib/libc/regex/engine.c
parentensure the backup file has the same mtime as the original file, this is in line (diff)
downloadwireguard-openbsd-cac6055cea954a818c7e2dc836e96910719ddaf9.tar.xz
wireguard-openbsd-cac6055cea954a818c7e2dc836e96910719ddaf9.zip
Use an unsigned int rather than an int when iterating through all 32
bits in the form: for (i = 1; i; i <<= 1) This avoids undefined operations when shifting into and out of the highest-order bit. ok millert@
Diffstat (limited to 'lib/libc/regex/engine.c')
0 files changed, 0 insertions, 0 deletions