websocket-parser
websocket-parser copied to clipboard
Streaming websocket frame parser and frame builder for c
Results
2
websocket-parser issues
Sort by
recently updated
recently updated
newest added
https://github.com/php-ion/websocket-parser/blob/6f506c6f2cbb88607e79c02d6277c2f48c840047/websocket_parser.c#L227 On 32bit systems (most MCUs out there), size_t is usually 32bits wide. The referenced code could produce unexpected results. I suggest explicitly setting the variable's [data_len] length to 64bits...
We use Conan internally at work and it would be nice to have this available as a package we can include. I plan to contribute a patch to the Conan...