Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wsd: signed-to-unsigned char conversion
../common/Protocol.hpp:314:34: runtime error: implicit conversion from type 'char' of value -68 (8-bit, signed) to type 'const uint8_t' (aka 'const unsigned char') changed the value to 188 ( 8-bit, unsigned) SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../common/Protocol.hpp:314:34 ../common/Protocol.hpp:318:27: runtime error: implicit conversion from type 'uint8_t' (aka 'unsigned char') of value 188 (8-bit, unsigned) to type 'char' changed the value to -68 (8-bit, sig ned) SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../common/Protocol.hpp:318:27 Change-Id: Id5677dcd8ce0940e214b4cd4169498b70f52d1f7 Signed-off-by: Ashod Nakashian <[email protected]>
- Loading branch information