mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
@ -6,6 +6,7 @@
|
|||||||
* Fix flat_streambuf
|
* Fix flat_streambuf
|
||||||
* Add ub sanitizer blacklist
|
* Add ub sanitizer blacklist
|
||||||
* Add -funsigned-char to asan build target
|
* Add -funsigned-char to asan build target
|
||||||
|
* Fix narrowing warning in table constants
|
||||||
|
|
||||||
WebSocket:
|
WebSocket:
|
||||||
|
|
||||||
|
@ -238,7 +238,7 @@ inline
|
|||||||
std::int8_t
|
std::int8_t
|
||||||
unhex(char c)
|
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, // 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, // 16
|
||||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 32
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 32
|
||||||
|
Reference in New Issue
Block a user