joltwallet / esp_littlefs

LittleFS port for ESP-IDF
MIT License
254 stars 95 forks source link

esp_littlefs_init_efs static alalyser warning #151

Closed railbox closed 11 months ago

railbox commented 11 months ago

Either the condition 'efs==NULL' is redundant or there is possible null pointer dereference: efs.CppCheck (c-cpp-flylint)(nullPointerRedundantCheck):

Please replace: if (efs == NULL) -> if (*efs == NULL)

BrianPugh commented 11 months ago

fixed in v1.10.1