mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-09-19 04:59:59 +00:00
A bare `test -n` does not abort in a shell without set -e, so a failed mktemp would let `--out ""` resolve to the repository root and write private evidence there. Guard with an explicit exit instead.