Skip to content

Commit 7ecde87

Browse files
authored
UpdateClass::setMD5 store expected md5 in lowercase (#8959)
* set _target_md5 to lowercase * fix errors
1 parent 609a947 commit 7ecde87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/Update/src/Updater.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ bool UpdateClass::setMD5(const char * expected_md5){
278278
return false;
279279
}
280280
_target_md5 = expected_md5;
281+
_target_md5.toLowerCase();
281282
return true;
282283
}
283284

0 commit comments

Comments
 (0)