mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-12 18:35:49 +00:00
When parsing WS framing protocol integer promotion would cause invalid values to be read. Acting upon these values would eventually cause a crash Fixes esp-protocols#645