mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 01:12:33 +00:00
This function did a const_cast internally which made the call side look "safe". This method is removed completely and call sites are replaced with ByteBuffer::wrap(const_cast<void*>(data), size) which makes the behaviour obvious. |
||
|---|---|---|
| .. | ||
| ClientHandshake.cpp | ||
| CMakeLists.txt | ||
| Exchange.cpp | ||
| Handshake.cpp | ||
| Record.cpp | ||
| Socket.cpp | ||
| TLSPacketBuilder.h | ||
| TLSv12.cpp | ||
| TLSv12.h | ||