christf / snapcastc

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

Fix server segfault in master/mixer #42

Closed markusj closed 4 years ago

markusj commented 4 years ago

I encountered the same issues as mentioned in #41 and traced it down to an unitialized buffer pointer. This merge request fixes #41 for me.

christf commented 4 years ago

Thank you for your contribution.