forkineye / ESPAsyncE131

Asynchronous E1.31 (sACN) library for Arduino ESP8266 and ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure to allocate ring buffer not checked

Munger opened this issue · comments

If this fails ->

                          pbuff = RingBuf_new(sizeof(e131_packet_t), buffers);

the problem is not caught. This causes a panic in isEmpty()