1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fixed buffer overflow in File::doBuffer() (dreggy)

Fixes #1580
This commit is contained in:
Cristian Maglie
2013-09-19 16:22:12 +02:00
parent fa04bd7323
commit be936dd590
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,9 @@
ARDUINO 1.5.5 BETA
[libraries]
* avr: Fixed buffer overflow in File::doBuffer() (dreggy)
ARDUINO 1.5.4 BETA 2013.09.10
[ide]