mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
@ -6,6 +6,7 @@
|
||||
* Fix flat_streambuf
|
||||
* Add ub sanitizer blacklist
|
||||
* Add -funsigned-char to asan build target
|
||||
* Fix narrowing warning in table constants
|
||||
|
||||
WebSocket:
|
||||
|
||||
|
@ -238,7 +238,7 @@ inline
|
||||
std::int8_t
|
||||
unhex(char c)
|
||||
{
|
||||
static char constexpr tab[] = {
|
||||
static signed char constexpr tab[] = {
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 16
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 32
|
||||
|
Reference in New Issue
Block a user