ha7ilm / csdr

A simple DSP library and command-line tool for Software Defined Radio.
523 stars 171 forks source link

Change return type of `remove_thread()` to void #36

Open bradfordboyle opened 6 years ago

bradfordboyle commented 6 years ago

Flowing off the end of a function is undefined behavior. On Fedora 28, the nmux program would segfault when this function returned.

mpbraendli commented 6 years ago

Related to #40