forkineye/ESPAsyncE131

Failure to allocate ring buffer not checked

Munger opened this issue · 0 comments

If this fails ->

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

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