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 out-of-bounds memory access #51

Closed markusj closed 4 years ago

markusj commented 4 years ago

Fiddling around with ASAN helped to locate those two causes for SIGSEV.

snapcastc runs now pretty smooth and stable for me with those patches.

christf commented 4 years ago

thank you for this.