mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-30 22:32:13 +00:00
2e35b95a7c
Using "data load" on very large trace files (e.g. dumps with 700k samples, such as COTAG dumps) was causing crashes on some platforms due to stack overflow since VLA temporary buffers were used. Replace VLAs in computeSignalProperties() and removeSignalOffset() with heap-allocated buffers instead.