Fixed sum crash when file size is a mult of 16384 #6

Merged
ExtReMLapin merged 1 commits from patch-1 into master 2020-05-11 00:21:00 +01:00
ExtReMLapin commented 2020-05-10 21:01:48 +01:00 (Migrated from github.com)

Crash happened when file is mult of 16384, which means last block size is zero and it crashed because of data[-1]

Crash happened when file is mult of 16384, which means last block size is zero and it crashed because of data[-1]
ExtReMLapin commented 2020-05-10 21:02:16 +01:00 (Migrated from github.com)
Traceback (most recent call last):
  File "gcksum.py", line 9, in <module>
    from grmn import ChkSum
  File "/mnt/c/Users/pierr/Desktop/garmin reverse/gcd-parser/grmn/__init__.py", line 3, in <module>
    from .gcd import *
  File "/mnt/c/Users/pierr/Desktop/garmin reverse/gcd-parser/grmn/gcd.py", line 5, in <module>
    from .chksum import ChkSum
  File "/mnt/c/Users/pierr/Desktop/garmin reverse/gcd-parser/grmn/chksum.py", line 12
    throw Exception(data)
                  ^
``` Traceback (most recent call last): File "gcksum.py", line 9, in <module> from grmn import ChkSum File "/mnt/c/Users/pierr/Desktop/garmin reverse/gcd-parser/grmn/__init__.py", line 3, in <module> from .gcd import * File "/mnt/c/Users/pierr/Desktop/garmin reverse/gcd-parser/grmn/gcd.py", line 5, in <module> from .chksum import ChkSum File "/mnt/c/Users/pierr/Desktop/garmin reverse/gcd-parser/grmn/chksum.py", line 12 throw Exception(data) ^ ```
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mbirth/gcd-parser#6
No description provided.