Suppress UBSan warnings in the xoshiro implementation.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 23 Aug 2021 16:42:09 +0000 (18:42 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 23 Aug 2021 22:50:07 +0000 (00:50 +0200)
commite32d4f3db3f1ed3eebe2e11d57512b60a6c02fa6
tree3acc5df0fd52123afa61f43b96fc4014090db582
parent6debc6c79ba385d35f646e0958f84ace5b8f4b4d
Suppress UBSan warnings in the xoshiro implementation.

Xoshiro relies on the well defined overflow behavior of unsigned
integer, but UBSan complains about it unless we force it to ignore it.
.ci/sanitizers/ignore.txt
src/autoconnect.c