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
When checking the length of the data to write to a sector, the code correctly checks if it is smaller than the sector size, but fails to check if the data is larger than the sector size because the same comparison operator is used. The elif statement should have a ">" sign.
The text was updated successfully, but these errors were encountered:
When checking the length of the data to write to a sector, the code correctly checks if it is smaller than the sector size, but fails to check if the data is larger than the sector size because the same comparison operator is used. The elif statement should have a ">" sign.
The text was updated successfully, but these errors were encountered: