[sigrok-devel] [PATCH] session: allocate correct amount of memory in sr_packet_copy

2016-02-21 Thread Wolfram Sang
We want the size of the struct, not of a pointer to the struct. And to be absolutely future proof, dereference the pointer we are assigning the memory to (not the one we are copying the data from). Found by Coverity, CID 50858. Signed-off-by: Wolfram Sang --- src/session.c | 6 +++--- 1 file cha

[sigrok-devel] FX2 captures more on Fedora23 than on Win7

2016-02-21 Thread Henk Hendricks
Hi All, I was trying to continuously log some signals using an FX2 demo-board. And I noticed a big difference the number of samples recorded on Win7 and Fedora23, 250kS and 200MS respectively. This was at a sample frequency of 200kHz, using a sample frequency of 500kHz, around 650kS were receiv

Re: [sigrok-devel] Prebuild python 2.7 bindings for windows

2016-02-21 Thread Henk Hendricks
On 2016-02-09 13:07 , Uwe Hermann wrote: > Hi, > > On Mon, Feb 08, 2016 at 04:58:01PM +0100, Henk wrote: >> Are there any prebuild python 2.7 (32bit or 64bit) bindings available >> for windows? > No, sorry. Bindings other than the C++ bindings are completely untested > on Windows so far, and are al