christf / snapcastc

C implementation of snapcast focussing on audio quality and ease of maintenance.
GNU General Public License v3.0
43 stars 6 forks source link

Fix use after free bugs #56

Closed markusj closed 4 years ago

markusj commented 4 years ago

ASAN brought some more memory access issues up.

Related to #44

christf commented 4 years ago

Thank you very much!