diff options
author | 2016-01-26 18:26:19 +0000 | |
---|---|---|
committer | 2016-01-26 18:26:19 +0000 | |
commit | cac6055cea954a818c7e2dc836e96910719ddaf9 (patch) | |
tree | 8e09e860d5198e356cca09900b4924eb4c5a48b6 /lib/libsqlite3/src/os_unix.c | |
parent | ensure the backup file has the same mtime as the original file, this is in line (diff) | |
download | wireguard-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/libsqlite3/src/os_unix.c')
0 files changed, 0 insertions, 0 deletions