run autopkgstest on arm64 This patch explicitly sets some generic "char" to "signed char". By default, "char" are "signed" on common architectures such as amd64, but on arm64, "char" are "unsigned". This leads to underflow issues, manifesting themselves as either segmentation faults, or infinite loops.