mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-16 04:06:20 +00:00
argtable treats the long option field as a string to scan; an empty literal makes arg_parse() read one byte past it. AddressSanitizer flags it as a global-buffer-overflow whenever the command's help is built, e.g. on every `proxmark3 --fulltext`. Every other command in the client passes NULL here. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>