bastibl / gr-rds

FM RDS/TMC Transceiver
http://en.wikipedia.org/wiki/Radio_Data_System
GNU General Public License v3.0
220 stars 73 forks source link

Initialize bit_counter and reg #59

Closed argilo closed 2 years ago

argilo commented 2 years ago

Valgrind reports that decoder_impl::work uses the bit_counter and reg member variables before they are initialized, leading to undefined behaviour. After explicitly initializing them to zero, the valgrind warnings go away.

bastibl commented 2 years ago

Let's make valgrind happy :-) Thank you!