You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
I suspect that when using the pycom.ota_write, it's possible to write beyond the OTA partition (and into the partitions after it, such as the filesystem one). I don't see any bounds checking in the updater_write function nor in the micropython binding code.