We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 699a6c5 + 1b12011 commit bba4b53Copy full SHA for bba4b53
libraries/Adafruit_LittleFS/src/Adafruit_LittleFS_File.cpp
@@ -37,6 +37,7 @@ File::File (Adafruit_LittleFS &fs)
37
_fs = &fs;
38
_is_dir = false;
39
_name[0] = 0;
40
+ _name[LFS_NAME_MAX] = 0;
41
_dir_path = NULL;
42
43
_dir = NULL;
0 commit comments