mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-03 06:21:50 +00:00
5f7d49ca5a
When bbolt encounters corrupted page data at runtime, it panics instead of returning an error. Wrap all DB transactions with recover to catch these panics, delete the corrupted database file, and reopen a fresh one.