mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-08 01:26:01 -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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
filesource.pro | ||
filesourcegui.cpp | ||
filesourcegui.h | ||
filesourcegui.ui | ||
filesourceinput.cpp | ||
filesourceinput.h | ||
filesourceplugin.cpp | ||
filesourceplugin.h | ||
filesourcesettings.cpp | ||
filesourcesettings.h | ||
filesourcethread.cpp | ||
filesourcethread.h |