Open
Description
websocket-parser/websocket_parser.c
Line 227 in 6f506c6
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 wide.
Metadata
Metadata
Assignees
Labels
No labels