summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar Markus Wick2021-06-10 21:07:27 +0200
committerGravatar Markus Wick2021-06-10 21:07:27 +0200
commit6755025310335abdb655c11fc65801fee99bb3d9 (patch)
tree6e4dd0bc6f2feb5e10ac6f101883fd9cfaa27be5 /src/common/logging/backend.cpp
parenthle: service: Increase arbitrary max sessions limit. (diff)
downloadyuzu-6755025310335abdb655c11fc65801fee99bb3d9.tar.gz
yuzu-6755025310335abdb655c11fc65801fee99bb3d9.tar.xz
yuzu-6755025310335abdb655c11fc65801fee99bb3d9.zip
Fix GCC undefined behavior sanitizer.
* Wrong alignment in u64 LOG_DEBUG -> memcpy. * Huge shift exponent in stride calculation for linear buffer, unused result -> skipped. * Large shift in buffer cache if word = 0, skip checking for set bits. Non of those were critical, so this should not change any behavior. At least with the assumption, that the last one used masking behavior, which always yield continuous_bits = 0.
Diffstat (limited to 'src/common/logging/backend.cpp')
0 files changed, 0 insertions, 0 deletions