esp8266 icon indicating copy to clipboard operation
esp8266 copied to clipboard

Method getIP() buffer overflow

Open berna1995 opened this issue 8 years ago • 0 comments

The private method getIP() keeps writing into buf[ptr] even if ptr is > 15, so it goes out of the bounds of the array.

berna1995 avatar Aug 23 '16 15:08 berna1995