Files
sdrangel/sdrbench
Robin Getz 563b73f15f sdrbench: fix RRC and FFT test file handling
Address cppcheck warnings by checking fopen() results before using the
returned file handles and reporting the underlying error on failure.

This prevents null file handles from being passed to fprintf() and
fclose(), avoiding a potential crash when test output files cannot be
created.

Explicitly convert RRC filter coefficients to double for fprintf() to
match the %f format specifier.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-08-10 20:48:15 -04:00
..
2026-03-04 20:55:35 +01:00
2024-07-10 23:06:38 +02:00
2026-03-15 00:18:52 +01:00
2024-07-10 23:06:38 +02:00
2026-02-12 23:23:27 +01:00