1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-13 08:36:37 -04:00
sdrangel/plugins
Jason Gerecke bc4d7adce7 FileSourceGui: Prevent potential integer overflow in updateWithStreamTime
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.
2018-04-21 18:53:21 -07:00
..
channelrx UDP source and sink: ensure proper click focus on line edits 2018-04-20 00:17:10 +02:00
channeltx UDP source and sink: ensure proper click focus on line edits 2018-04-20 00:17:10 +02:00
samplesink LimeSDR: updated documentation 2018-04-20 09:15:30 +02:00
samplesource FileSourceGui: Prevent potential integer overflow in updateWithStreamTime 2018-04-21 18:53:21 -07:00
CMakeLists.txt Tx ph.1: new AM modulator plugin (2). Compiles but pull method is still empty 2016-10-20 18:04:15 +02:00