| Index: Source/modules/websockets/WebSocketDeflater.cpp
|
| diff --git a/Source/modules/websockets/WebSocketDeflater.cpp b/Source/modules/websockets/WebSocketDeflater.cpp
|
| index f383d937558e16bbcde130fd80bf0fa12b0e205a..9e464d92977feb33f1178907cd63cb2ab5f13384 100644
|
| --- a/Source/modules/websockets/WebSocketDeflater.cpp
|
| +++ b/Source/modules/websockets/WebSocketDeflater.cpp
|
| @@ -201,7 +201,7 @@ bool WebSocketInflater::addBytes(const char* data, size_t length)
|
|
|
| bool WebSocketInflater::finish()
|
| {
|
| - static const char* strippedFields = "\0\0\xff\xff";
|
| + static const char strippedFields[] = "\0\0\xff\xff";
|
| static const size_t strippedLength = 4;
|
|
|
| // Appends 4 octests of 0x00 0x00 0xff 0xff
|
|
|