mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-04 10:51:48 +00:00
65de25c67e
GCC 11 can’t prove PRIu64 won’t expand beyond two digits, so we switch this formatter to bounded unsigned int fields (%02u) after clamping logic.