mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-08 06:28:00 +03:00
Prevent nullptr dereference on OOM (#7823)
This commit is contained in:
committed by
GitHub
parent
0203dea024
commit
e938739115
@@ -89,8 +89,8 @@ protected:
|
||||
void commit(int addr);
|
||||
void program_page();
|
||||
uint8_t flash_read(uint8_t hilo, int addr);
|
||||
void flash_read_page(int length);
|
||||
void eeprom_read_page(int length);
|
||||
bool flash_read_page(int length);
|
||||
bool eeprom_read_page(int length);
|
||||
void read_page();
|
||||
void read_signature();
|
||||
|
||||
|
Reference in New Issue
Block a user