]> sigrok.org Git - pulseview.git/commit
inputfile: Use a vector instead of an array on the stack.
authorUwe Hermann <redacted>
Sat, 14 Apr 2018 20:20:43 +0000 (22:20 +0200)
committerUwe Hermann <redacted>
Sun, 15 Apr 2018 15:11:51 +0000 (17:11 +0200)
commit3b0acbcbcd902ac61a3841e7c558cbc5f8448b7f
tree7b7248838995ecde2f33dbcbf603fb0fec9c0b42
parent9ba13f5e933f55f015e7c592980dfad14b4c66a8
inputfile: Use a vector instead of an array on the stack.

Increasing the chunk size could cause issues when trying to put
large arrays on the stack.
pv/devices/inputfile.cpp