mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-11 14:03:56 -04:00
d4f36753ed
Coverity reported that an invalid sample size could leave the conversion buffer uninitialized before it was passed to calcPower() and the sample FIFO. Return early when the sample conversion format is unsupported to prevent processing invalid data. Signed-off-by: Robin Getz <rgetz503@gmail.com>