Scarygami / location-history-json-converter

Convert the Location History JSON File from Google Takeout into a useable format
Apache License 2.0
481 stars 118 forks source link

Repair lat/long buffer overflow in source data #24

Closed bbrouwer closed 5 years ago

bbrouwer commented 5 years ago

Handle the buffer overflow error in Google exported location history as identified in #22

Scarygami commented 5 years ago

Thanks for the PR!