From: pwpiwi Date: Tue, 8 May 2018 05:54:49 +0000 (+0200) Subject: rework of GetFromBigBuf() (#597) X-Git-Tag: v3.1.0~51 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/babca445ffa9f7af6f5e1deb78476754c484a2b1?hp=babca445ffa9f7af6f5e1deb78476754c484a2b1 rework of GetFromBigBuf() (#597) * this should fix crashes reported in issue #497 * don't allow receiver thread to write directly into arbitrary main thread's memory * instead use cmdBuffer[] for CMD_DOWNLOADED_RAW_ADC_SAMPLES_125K as well * add timeout and warning options to GetFromBigBuf(), same as in WaitForResponseTimeoutW() * move GetFromBigBuf() from data.c to comms.c * remove data.c and data.h ---