mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-23 00:18:37 -05:00
bc4d7adce7
UBSan reports the following error when replaying an IQ stream: ./plugins/samplesource/filesource/filesourcegui.cpp:331:29: runtime error: signed integer overflow: 2704064 * 1000 cannot be represented in type 'int' By rearranging the calculation, we can be sure that the calculation never overflows. |
||
---|---|---|
.. | ||
channelrx | ||
channeltx | ||
samplesink | ||
samplesource | ||
CMakeLists.txt |