]> sigrok.org Git - libsigrok.git/commit - src/input/wav.c
input/wav: Put internal buffer on the heap instead of the stack.
authorUwe Hermann <redacted>
Wed, 18 Apr 2018 21:25:25 +0000 (23:25 +0200)
committerUwe Hermann <redacted>
Thu, 19 Apr 2018 15:37:15 +0000 (17:37 +0200)
commit2cff7a2ba7d516db7f1f0c376bddd2852abfc52c
tree4a340583431a87473ac9dff778010101a37d092f
parenta33e4be8260032d8d85c25502cc934f91ba73812
input/wav: Put internal buffer on the heap instead of the stack.

Increasing the buffer/chunk size could cause issues when trying to put
large arrays on the stack.
src/input/wav.c