Hello. I fixed this. Working tree here: https://salsa.debian.org/dkogan/ministat
Notes: 1. I updated to the latest from upstream, which didn't fix the crash. This update was simply copying the files from upstream git, and pushing the changes. We should do this properly, with version control. I'd normally clone the repo, throw out everything else with git filter-repo, and then rebase. But that repo is huge, and I don't want to do that. Do you use better tools to do this (sparse-checkout)? I can help with this, if you want me to 2. The actual fix is simple: explicitly detect bad data, and barf.

