diff options
author | 2021-03-22 15:34:07 +0000 | |
---|---|---|
committer | 2021-03-22 15:34:07 +0000 | |
commit | 07355dbd1c9004d45f7d53fe0bfb68d90547f648 (patch) | |
tree | a5aee813a34440a77d1fbb112e041879262ebeee /sys/dev/fdt/dwpcie.c | |
parent | Remove unveil() from the rsync_sender() and flist_gen(). The sender is (diff) | |
download | wireguard-openbsd-07355dbd1c9004d45f7d53fe0bfb68d90547f648.tar.xz wireguard-openbsd-07355dbd1c9004d45f7d53fe0bfb68d90547f648.zip |
Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florian
Diffstat (limited to 'sys/dev/fdt/dwpcie.c')
0 files changed, 0 insertions, 0 deletions