spion / adbfs-rootless

Mount Android phones on Linux with adb. No root required.
Other
908 stars 73 forks source link

Fix crashes on invalid date data, just give us a zeroed out timestamp. #49

Open Subsentient opened 3 years ago

Subsentient commented 3 years ago

Hi, seems for some reason adb can feed us invalid date data, so better to be on the safe side and graciously give us a bad timestamp, rather than segfault, like it does now.

Thanks!